Fixed apk ignore command
This commit is contained in:
parent
7f9b399b18
commit
3574e667c4
@ -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 update && \
|
apk update && \
|
||||||
apk -U upgrade --ignore base-layout && \
|
apk -U upgrade --ignore alpine-baselayout && \
|
||||||
apk -U add znc
|
apk -U add znc
|
||||||
|
|
||||||
ADD UTC /etc/localtime
|
ADD UTC /etc/localtime
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user