From 4035ba9df1b9f90d2038109bf83df44e1474cb60 Mon Sep 17 00:00:00 2001 From: Christophe Fergeau Date: Sun, 4 Feb 2024 23:32:48 +0100 Subject: [PATCH] Dockerfile improvements (#481) Co-authored-by: Franck Nijhof --- unifi/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/unifi/Dockerfile b/unifi/Dockerfile index 1cfd505..88ccd62 100755 --- a/unifi/Dockerfile +++ b/unifi/Dockerfile @@ -8,13 +8,13 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"] # Setup base system RUN \ apt-get update \ + && apt-get upgrade -y \ && apt-get install -y --no-install-recommends \ binutils=2.34-6ubuntu1.8 \ - jsvc=1.0.15-8 \ libcap2=1:2.32-1ubuntu0.1 \ logrotate=3.14.0-4ubuntu3 \ mongodb-server=1:3.6.9+really3.6.8+90~g8e540c0b6d-0ubuntu5.3 \ - openjdk-17-jdk-headless=17* \ + openjdk-17-jre-headless=17* \ \ && curl -J -L -o /tmp/unifi.deb \ "https://dl.ui.com/unifi/8.0.28/unifi_sysvinit_all.deb" \