Run apk upgrade for the base images
This commit is contained in:
parent
95665357f5
commit
cd6ea369d7
@ -8,6 +8,9 @@ RUN EOF
|
|||||||
echo '@et http://dl-cdn.alpinelinux.org/alpine/edge/testing' >>/etc/apk/repositories
|
echo '@et http://dl-cdn.alpinelinux.org/alpine/edge/testing' >>/etc/apk/repositories
|
||||||
echo '@ec http://dl-cdn.alpinelinux.org/alpine/edge/community' >>/etc/apk/repositories
|
echo '@ec http://dl-cdn.alpinelinux.org/alpine/edge/community' >>/etc/apk/repositories
|
||||||
|
|
||||||
|
# Update packages
|
||||||
|
apk --no-cache upgrade
|
||||||
|
|
||||||
# Install s6 supervisor
|
# Install s6 supervisor
|
||||||
apk --no-cache add libxml2 libxslt s6@em
|
apk --no-cache add libxml2 libxslt s6@em
|
||||||
EOF
|
EOF
|
||||||
|
@ -8,6 +8,9 @@ RUN EOF
|
|||||||
echo '@et http://dl-cdn.alpinelinux.org/alpine/edge/testing' >>/etc/apk/repositories
|
echo '@et http://dl-cdn.alpinelinux.org/alpine/edge/testing' >>/etc/apk/repositories
|
||||||
echo '@ec http://dl-cdn.alpinelinux.org/alpine/edge/community' >>/etc/apk/repositories
|
echo '@ec http://dl-cdn.alpinelinux.org/alpine/edge/community' >>/etc/apk/repositories
|
||||||
|
|
||||||
|
# Update packages
|
||||||
|
apk --no-cache upgrade
|
||||||
|
|
||||||
# Install s6 supervisor
|
# Install s6 supervisor
|
||||||
apk --no-cache add libxml2 libxslt s6
|
apk --no-cache add libxml2 libxslt s6
|
||||||
EOF
|
EOF
|
||||||
|
Loading…
Reference in New Issue
Block a user