Don't update alpine-baselayout
This commit is contained in:
parent
ed504071d7
commit
12cc93aca4
@ -11,7 +11,7 @@ ENV LANG='en_US.UTF-8' \
|
||||
|
||||
RUN echo http://dl-4.alpinelinux.org/alpine/edge/testing >> /etc/apk/repositories && \
|
||||
apk -U update && \
|
||||
apk -U upgrade && \
|
||||
apk -U upgrade --ignore alpine-baselayout && \
|
||||
apk -U add nfs-utils e2fsprogs util-linux&& \
|
||||
rm -rf /tmp/src && \
|
||||
rm -rf /var/cache/apk/*
|
||||
|
||||
Loading…
Reference in New Issue
Block a user