Explorar el Código

Update 'Dockerfile'

snppla hace 6 años
padre
commit
80294498e0
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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 
+RUN apt-get update && apt-get install -y deluged rsync 
 
 ADD deluged_init.sh /sbin/deluged_init.sh
 RUN chmod +x /sbin/deluged_init.sh && useradd -ms /bin/bash deluge