From 10cc009b60ed2c4f1137212f5223e6c822747ed9 Mon Sep 17 00:00:00 2001 From: BananaBoii Date: Thu, 22 Oct 2020 21:30:04 +0200 Subject: [PATCH] bump version and add missing dependency --- unifi/Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/unifi/Dockerfile b/unifi/Dockerfile index 6644cd3a7..1ffc5329c 100644 --- a/unifi/Dockerfile +++ b/unifi/Dockerfile @@ -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 \