소스 검색

Initial commit

Spencer Gardner 6 년 전
커밋
bbc34917d5
1개의 변경된 파일13개의 추가작업 그리고 0개의 파일을 삭제
  1. 13 0
      Dockerfile

+ 13 - 0
Dockerfile

@@ -0,0 +1,13 @@
+from debian
+
+ARG DEBIAN_FRONTEND=noninteractive
+
+RUN apt-get update -y && apt-get install -y gnupg2 && 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
+
+RUN apt-key adv --keyserver keyserver.ubuntu.com --recv 06E85760C0A52C50 
+
+RUN apt-get update -y && apt-get install -y unifi && apt-get clean
+
+CMD java -jar /usr/lib/unifi/lib/ace.jar start