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 upgrade \
|
||||
&& apt-get -y install software-properties-common wget git \
|
||||
&& apt-get -y install software-properties-common wget git curl jq \
|
||||
&& add-apt-repository ppa:transmissionbt/ppa \
|
||||
&& 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 \
|
||||
@@ -32,10 +32,6 @@ RUN apt-get update \
|
||||
&& useradd -u 911 -U -d /config -s /bin/false abc \
|
||||
&& usermod -G users abc
|
||||
|
||||
RUN apt-get update \
|
||||
&& apt-get install -y curl \
|
||||
&& apt-get install -y jq
|
||||
|
||||
ADD openvpn/ /etc/openvpn/
|
||||
ADD transmission/ /etc/transmission/
|
||||
ADD tinyproxy /opt/tinyproxy/
|
||||
|
Reference in New Issue
Block a user