upgrade packages
This commit is contained in:
parent
fc1ec350b2
commit
bcc0942ba3
@ -7,6 +7,8 @@ RUN apk --no-cache add libressl syslog-ng incron && \
|
|||||||
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 / && \
|
||||||
apk del libressl
|
apk del libressl
|
||||||
|
|
||||||
|
RUN apk --no-cache upgrade
|
||||||
|
|
||||||
ADD /rootfs /
|
ADD /rootfs /
|
||||||
|
|
||||||
ENTRYPOINT ["/init"]
|
ENTRYPOINT ["/init"]
|
||||||
|
Loading…
Reference in New Issue
Block a user