Parcourir la source

Update 'Dockerfile'

snppla il y a 6 ans
Parent
commit
167775dbdb
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -3,7 +3,7 @@ from docker.snppla.net/snppla/openvpn
 EXPOSE 58846
 
 
-RUN apt-get update && apt-get install -y deluged rsync 
+RUN apt-get update && apt-get install -y deluged 
 
 ADD deluged_init.sh /sbin/deluged_init.sh
 RUN chmod +x /sbin/deluged_init.sh && useradd -ms /bin/bash deluge