Jacek Kowalski
2017-10-18 a7522c323a334c00d201c2318523b5c2aa4e9405
Dockerfile
@@ -6,7 +6,8 @@
RUN apt-get update \
   && apt-get -y install \
      wget jsvc mongodb-server binutils procps sudo \
   && apt-get -y clean
   && apt-get -y clean \
   && rm -Rf /var/lib/apt/lists/*
RUN cd /tmp \
   && wget "https://www.ubnt.com/downloads/unifi/${UNIFI_VERSION}/unifi_sysvinit_all.deb" \