bump version and add missing dependency

This commit is contained in:
BananaBoii 2020-10-22 21:30:04 +02:00 committed by GitHub
parent a2da374763
commit 10cc009b60
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -83,12 +83,13 @@ RUN apt-get update && apt-get install -y \
jsvc \
mongodb-org-server \
openjdk-8-jre-headless \
logrotate \
--no-install-recommends \
&& rm -rf /var/lib/apt/lists/*
# unifi version
# From: https://www.ubnt.com/download/unifi/
ENV UNIFI_VERSION "5.12.72"
ENV UNIFI_VERSION "6.0.28"
# install unifi
RUN apt-get update && apt-get install -y \