Don't update alpine-baselayout
This commit is contained in:
parent
50599bdc64
commit
49b088ba3b
@ -10,7 +10,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 -U update && \
|
apk -U update && \
|
||||||
apk -U upgrade && \
|
apk -U upgrade --ignore alpine-baselayout && \
|
||||||
apk -U add \
|
apk -U add \
|
||||||
dnsmasq \
|
dnsmasq \
|
||||||
&& \
|
&& \
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user