Fixed upgrade command
This commit is contained in:
parent
d5c5fa3da0
commit
b9cc54995f
@ -12,7 +12,7 @@ ENV LANG='en_US.UTF-8' \
|
||||
|
||||
RUN echo http://dl-4.alpinelinux.org/alpine/edge/testing >> /etc/apk/repositories && \
|
||||
apk update && \
|
||||
apk -U upgrade --ignore alpine-baselayout && \
|
||||
apk -U upgrade --no-self-upgrade && \
|
||||
apk -U add python3 git
|
||||
|
||||
ADD UTC /etc/localtime
|
||||
|
||||
Loading…
Reference in New Issue
Block a user