Excluded alpine-baselayout from upgrade
This commit is contained in:
parent
a13994e389
commit
0091be95d9
@ -11,7 +11,7 @@ ENV LANG='en_US.UTF-8' \
|
|||||||
|
|
||||||
RUN echo http://dl-4.alpinelinux.org/alpine/edge/testing >> /etc/apk/repositories && \
|
RUN echo http://dl-4.alpinelinux.org/alpine/edge/testing >> /etc/apk/repositories && \
|
||||||
apk update && \
|
apk update && \
|
||||||
apk -U upgrade && \
|
apk upgrade --ignore alpine-baselayout && \
|
||||||
apk -U add \
|
apk -U add \
|
||||||
python git py-pillow
|
python git py-pillow
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user