update Dockerfile
This commit is contained in:
parent
a9b4e59376
commit
c9ccd9de08
@ -3,9 +3,9 @@ MAINTAINER Sebastian Hugentobler <sebastian@vanwa.ch>
|
|||||||
|
|
||||||
ENV S6_OVERLAY_VERSION=v1.19.1.1
|
ENV S6_OVERLAY_VERSION=v1.19.1.1
|
||||||
|
|
||||||
RUN apk --no-cache add libressl syslog-ng
|
RUN apk --no-cache add libressl syslog-ng && \
|
||||||
RUN wget -qO- https://github.com/just-containers/s6-overlay/releases/download/$S6_OVERLAY_VERSION/s6-overlay-amd64.tar.gz | tar -xz -C /
|
wget -qO- https://github.com/just-containers/s6-overlay/releases/download/$S6_OVERLAY_VERSION/s6-overlay-amd64.tar.gz | tar -xz -C / && \
|
||||||
RUN apk del libressl
|
apk del libressl
|
||||||
|
|
||||||
ADD /rootfs /
|
ADD /rootfs /
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user