modified: Dockerfile

Added python3
This commit is contained in:
Jonny Ervine 2020-02-19 08:43:17 +00:00
parent b03e142f8b
commit 05a65170c6

View File

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