Update Dockerfile

This commit is contained in:
Alexandre
2021-10-30 21:24:05 +02:00
committed by GitHub
parent 7b9fff06cf
commit dc8c720a0b

View File

@@ -23,6 +23,7 @@ RUN apk add --no-cache \
\
# Install Flood
&& echo "Install Flood for Transmission" \
&& mkdir -p /opt/transmission-ui \
&& wget -qO- https://github.com/johman10/flood-for-transmission/releases/download/latest/flood-for-transmission.tar.gz | tar xz -C /opt/transmission-ui