瀏覽代碼

Update 'Dockerfile'

snppla 3 周之前
父節點
當前提交
019358569f
共有 1 個文件被更改,包括 3 次插入3 次删除
  1. 3 3
      Dockerfile

+ 3 - 3
Dockerfile

@@ -1,9 +1,9 @@
-FROM ubuntu:24.0
+FROM ubuntu:22.04
 
 EXPOSE 80
 
-#RUN apt-get update && apt-get install -y software-properties-common
-#RUN add-apt-repository ppa:deluge-team/stable -y
+RUN apt-get update && apt-get install -y software-properties-common
+RUN add-apt-repository ppa:deluge-team/stable -y
 RUN apt-get update && apt-get install -y deluge-web
 
 ADD deluge-web_init.sh /sbin/deluge-web_init.sh