Ver código fonte

Update 'Dockerfile'

snppla 6 anos atrás
pai
commit
167775dbdb
1 arquivos alterados com 1 adições e 1 exclusões
  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