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 '@ec http://dl-cdn.alpinelinux.org/alpine/edge/community' >>/etc/apk/repositories
|
||||
|
||||
# Update packages
|
||||
apk --no-cache upgrade
|
||||
|
||||
# Install s6 supervisor
|
||||
apk --no-cache add libxml2 libxslt s6@em
|
||||
EOF
|
||||
|
@ -8,6 +8,9 @@ RUN EOF
|
||||
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
|
||||
|
||||
# Update packages
|
||||
apk --no-cache upgrade
|
||||
|
||||
# Install s6 supervisor
|
||||
apk --no-cache add libxml2 libxslt s6
|
||||
EOF
|
||||
|
Loading…
Reference in New Issue
Block a user