Ignore alpine-baselayout
This commit is contained in:
parent
02c3dc8b33
commit
e677e4560a
@ -11,7 +11,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 && \
|
||||
apk -U upgrade --ignore alpine-baselayout && \
|
||||
apk -U add python3
|
||||
|
||||
RUN wget https://github.com/pymedusa/Medusa/archive/v$VERSION.tar.gz -O medusa.tar.gz && \
|
||||
|
||||
Loading…
Reference in New Issue
Block a user