Update package install after #562

This commit is contained in:
Kristian Haugene
2018-07-25 17:05:04 +02:00
parent d278020dc3
commit fdeebe4248
3 changed files with 3 additions and 7 deletions

View File

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