소스 검색

Update 'Dockerfile'

snppla 6 년 전
부모
커밋
0f80cf4327
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -2,7 +2,7 @@ FROM debian
 
 ARG DEBIAN_FRONTEND=noninteractive
 
-RUN apt-get update -y && apt-get install -y gnupg2 && apt-get clean
+RUN apt-get update -y && apt-get install -y gnupg2 apt-transport-https && apt-get clean
 
 RUN echo 'deb http://www.ubnt.com/downloads/unifi/debian stable ubiquiti' | tee /etc/apt/sources.list.d/100-ubnt-unifi.list