Fixed typo

This commit is contained in:
Jonathan Ervine 2020-12-14 15:21:36 +08:00
parent 7f6304d37e
commit e60a5e31c8

View File

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