mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2025-12-09 22:42:40 +01:00
@@ -42,7 +42,7 @@ RUN apt-get update && apt-get install -y \
|
|||||||
--no-install-recommends \
|
--no-install-recommends \
|
||||||
&& rm -rf /var/lib/apt/lists/*
|
&& rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
ENV ATOM_VERSION 1.19.3
|
ENV ATOM_VERSION 1.19.5
|
||||||
|
|
||||||
# download the source
|
# download the source
|
||||||
RUN buildDeps=' \
|
RUN buildDeps=' \
|
||||||
|
|||||||
@@ -60,7 +60,6 @@ camlistore/camlistore
|
|||||||
certbot/certbot
|
certbot/certbot
|
||||||
hashicorp/consul
|
hashicorp/consul
|
||||||
CouchPotato/CouchPotatoServer
|
CouchPotato/CouchPotatoServer
|
||||||
pooler/cpuminer
|
|
||||||
curl/curl
|
curl/curl
|
||||||
opendnssec/SoftHSMv2
|
opendnssec/SoftHSMv2
|
||||||
google/guetzli
|
google/guetzli
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
FROM ubuntu:16.04
|
FROM ubuntu:16.04
|
||||||
LABEL maintainer "Christian Koep <christiankoep@gmail.com>"
|
LABEL maintainer "Christian Koep <christiankoep@gmail.com>"
|
||||||
|
|
||||||
ENV POWERSHELL_VERSION 6.0.0-beta.5
|
ENV POWERSHELL_VERSION 6.0.0-beta.6
|
||||||
|
|
||||||
RUN apt-get update && apt-get install -y \
|
RUN apt-get update && apt-get install -y \
|
||||||
ca-certificates \
|
ca-certificates \
|
||||||
|
|||||||
Reference in New Issue
Block a user