Skip to content

Commit

Permalink
Dockerfile improvements (#481)
Browse files Browse the repository at this point in the history
Co-authored-by: Franck Nijhof <[email protected]>
  • Loading branch information
cfergeau and frenck authored Feb 4, 2024
1 parent d7c410a commit 4035ba9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions unifi/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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" \
Expand Down

0 comments on commit 4035ba9

Please sign in to comment.