modified: Dockerfile
Added python3
This commit is contained in:
parent
b03e142f8b
commit
05a65170c6
@ -16,7 +16,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 add python
|
||||
apk -U add python python3
|
||||
|
||||
RUN echo $VERSION
|
||||
RUN wget https://github.com/theotherp/nzbhydra2/archive/v$VERSION.tar.gz -O nzbhydra.tar.gz
|
||||
|
||||
Loading…
Reference in New Issue
Block a user