Browse Source

Update 'Dockerfile'

snppla 6 năm trước cách đây
mục cha
commit
80294498e0
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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