Jacek Kowalski
2017-03-18 b3137edfaf8c0a87c2b1272fa6d4c0030fd950d8
Dockerfile
@@ -1,15 +1,18 @@
FROM debian
FROM debian:jessie
MAINTAINER Jacek Kowalski <Jacek@jacekk.info>
ENV UNIFI_VERSION 4.8.18
ENV UNIFI_VERSION 5.3.8
RUN apt-get update \
RUN echo 'deb http://httpredir.debian.org/debian jessie-backports main' > \
                /etc/apt/sources.list.d/jessie-backports.list \
   && apt-get update \
   && apt-get -y dist-upgrade \
   && apt-get -y install wget jsvc openjdk-7-jre-headless mongodb-server binutils \
   && apt-get -y -t jessie-backports install \
      wget jsvc openjdk-8-jre-headless mongodb-server binutils \
   && apt-get -y clean
RUN cd /tmp \
   && wget "http://dl.ubnt.com/unifi/${UNIFI_VERSION}/unifi_sysvinit_all.deb" \
   && wget "https://www.ubnt.com/downloads/unifi/${UNIFI_VERSION}/unifi_sysvinit_all.deb" \
   && dpkg -i unifi_sysvinit_all.deb \
   && rm -rf unifi_sysvinit_all.deb /var/lib/unifi/*