Update package install after #562
This commit is contained in:
@@ -7,7 +7,7 @@ VOLUME /config
|
||||
# Update packages and install software
|
||||
RUN apt-get update \
|
||||
&& apt-get -y install transmission-cli transmission-common transmission-daemon \
|
||||
&& apt-get install -y dumb-init unzip openvpn curl ufw git tinyproxy \
|
||||
&& apt-get install -y dumb-init unzip openvpn curl ufw git tinyproxy jq \
|
||||
&& curl -L -o /tmp/release.zip https://github.com/Secretmapper/combustion/archive/release.zip \
|
||||
&& unzip /tmp/release.zip -d /opt/transmission-ui/ \
|
||||
&& rm /tmp/release.zip \
|
||||
|
Reference in New Issue
Block a user