mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2025-12-08 14:22:40 +01:00
@@ -27,7 +27,7 @@ RUN apk --no-cache add \
|
||||
|
||||
RUN pip install acme
|
||||
|
||||
ENV CERTBOT_VERSION 0.13.0
|
||||
ENV CERTBOT_VERSION 0.14.0
|
||||
|
||||
RUN buildDeps=' \
|
||||
git \
|
||||
|
||||
@@ -32,6 +32,7 @@ RUN apt-get update && apt-get install -y \
|
||||
hicolor-icon-theme \
|
||||
libgl1-mesa-dri \
|
||||
libgl1-mesa-glx \
|
||||
libpango1.0-0 \
|
||||
libpulse0 \
|
||||
libv4l-0 \
|
||||
fonts-symbola \
|
||||
|
||||
@@ -8,7 +8,7 @@ ENV GOPATH /go
|
||||
RUN apk --no-cache add \
|
||||
ca-certificates
|
||||
|
||||
ENV CONSUL_VERSION v0.8.1
|
||||
ENV CONSUL_VERSION v0.8.3
|
||||
|
||||
RUN buildDeps=' \
|
||||
bash \
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
FROM ubuntu:16.04
|
||||
LABEL maintainer "Christian Koep <christiankoep@gmail.com>"
|
||||
|
||||
ENV POWERSHELL_VERSION 6.0.0-alpha.18
|
||||
ENV POWERSHELL_VERSION 6.0.0-beta.1
|
||||
|
||||
RUN apt-get update && apt-get install -y \
|
||||
ca-certificates \
|
||||
|
||||
Reference in New Issue
Block a user