Fixed typo
This commit is contained in:
parent
7f6304d37e
commit
e60a5e31c8
@ -10,7 +10,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 alpein-baselayout && \
|
||||
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