from debian ARG DEBIAN_FRONTEND=noninteractive RUN apt-get update -y && apt-get install -y gnupg2 wget procps && apt-get clean all RUN wget -O - http://www.ubnt.com/downloads/unifi-video/apt-3.x/unifi-video.gpg.key | apt-key add -; RUN wget -O - http://www.ubnt.com/downloads/unifi-video/apt-3.x/unifi-video.gpg.key | apt-key add -; RUN echo "deb [arch=amd64] http://www.ubnt.com/downloads/unifi-video/apt-3.x wheezy ubiquiti" > /etc/apt/sources.list.d/unifi-video.list RUN apt-get update -y && apt-get install -y unifi-video && apt-get clean all VOLUME ["/usr/lib/unifi-video/data"] CMD /usr/sbin/unifi-video -D start