|
@@ -4,8 +4,6 @@ LABEL maintainer="Jacob Alberty <jacob.alberty@foundigital.com>"
|
4
|
4
|
|
5
|
5
|
ARG DEBIAN_FRONTEND=noninteractive
|
6
|
6
|
|
7
|
|
-ENV PKGURL=https://dl.ubnt.com/unifi/5.10.17/unifi_sysvinit_all.deb
|
8
|
|
-
|
9
|
7
|
ENV BASEDIR=/usr/lib/unifi \
|
10
|
8
|
DATADIR=/unifi/data \
|
11
|
9
|
LOGDIR=/unifi/log \
|
|
@@ -66,6 +64,8 @@ RUN chmod +x /usr/local/bin/docker-entrypoint.sh \
|
66
|
64
|
&& chmod +x /usr/local/bin/docker-healthcheck.sh \
|
67
|
65
|
&& chmod +x /usr/local/bin/docker-build.sh
|
68
|
66
|
|
|
67
|
+ENV PKGURL=https://dl.ubnt.com/unifi/7.2.97/unifi_sysvinit_all.deb
|
|
68
|
+
|
69
|
69
|
# Push installing openjdk-8-jre first, so that the unifi package doesn't pull in openjdk-7-jre as a dependency? Else uncomment and just go with openjdk-7.
|
70
|
70
|
RUN set -ex \
|
71
|
71
|
&& mkdir -p /usr/share/man/man1/ \
|