Fixed upgrade command

This commit is contained in:
Jonathan Ervine 2020-07-21 20:58:35 +08:00
parent d5c5fa3da0
commit b9cc54995f

View File

@ -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