소스 검색

Update 'Dockerfile'

snppla 10 달 전
부모
커밋
603e399316
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      Dockerfile

+ 2 - 1
Dockerfile

@@ -2,7 +2,8 @@ FROM ubuntu:22.04
 
 EXPOSE 80
 
-RUN add-apt-repository ppa:deluge-team/stable
+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