1
0
mirror of https://github.com/jessfraz/dockerfiles.git synced 2025-04-04 19:30:45 +02:00

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

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