Remove typo in Dockerfile

This commit is contained in:
btimbermont
2019-02-14 09:21:39 +01:00
parent 0abe1912f4
commit 75b15a6389

View File

@@ -34,7 +34,7 @@ RUN apt-get update \
&& apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* \
&& groupmod -g 1000 users \
&& useradd -u 911 -U -d /config -s /bin/false abc \
&& usermod -G users abc \
&& usermod -G users abc
ADD openvpn/ /etc/openvpn/
ADD transmission/ /etc/transmission/