mirror of
https://github.com/haugene/docker-transmission-openvpn.git
synced 2025-08-21 14:31:08 +02:00
Adding tzdata to allow setting timezone from environment variable #827
This commit is contained in:
parent
bf289f3d6d
commit
93245a1d19
@ -16,7 +16,7 @@ RUN apt update \
|
|||||||
&& wget -O - https://swupdate.openvpn.net/repos/repo-public.gpg | apt-key add - \
|
&& wget -O - https://swupdate.openvpn.net/repos/repo-public.gpg | apt-key add - \
|
||||||
&& echo "deb http://build.openvpn.net/debian/openvpn/stable xenial main" > /etc/apt/sources.list.d/openvpn-aptrepo.list \
|
&& echo "deb http://build.openvpn.net/debian/openvpn/stable xenial main" > /etc/apt/sources.list.d/openvpn-aptrepo.list \
|
||||||
&& apt update \
|
&& apt update \
|
||||||
&& apt install -y sudo transmission-cli transmission-common transmission-daemon curl rar unrar zip unzip ufw iputils-ping openvpn bc \
|
&& apt install -y sudo transmission-cli transmission-common transmission-daemon curl rar unrar zip unzip ufw iputils-ping openvpn bc tzdata \
|
||||||
python2.7 python2.7-pysqlite2 && ln -sf /usr/bin/python2.7 /usr/bin/python2 \
|
python2.7 python2.7-pysqlite2 && ln -sf /usr/bin/python2.7 /usr/bin/python2 \
|
||||||
&& wget https://github.com/Secretmapper/combustion/archive/release.zip \
|
&& wget https://github.com/Secretmapper/combustion/archive/release.zip \
|
||||||
&& unzip release.zip -d /opt/transmission-ui/ \
|
&& unzip release.zip -d /opt/transmission-ui/ \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user