Browse Source

Update 'Dockerfile'

snppla 10 tháng trước cách đây
mục cha
commit
8cb1de001a
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -2,7 +2,7 @@ FROM ubuntu:22.04
 
 EXPOSE 80
 
-
+RUN add-apt-repository ppa:deluge-team/stable
 RUN apt-get update && apt-get install -y deluge-web
 
 ADD deluge-web_init.sh /sbin/deluge-web_init.sh