mirror of
https://github.com/hassio-addons/addon-unifi.git
synced 2025-05-07 12:31:33 +00:00
Update Network controller to version 8.0.28 (#484)
This commit is contained in:
parent
af87b1d40f
commit
d7c410a66b
1 changed files with 3 additions and 3 deletions
|
@ -9,15 +9,15 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"]
|
|||
RUN \
|
||||
apt-get update \
|
||||
&& apt-get install -y --no-install-recommends \
|
||||
binutils=2.34-6ubuntu1.7 \
|
||||
binutils=2.34-6ubuntu1.8 \
|
||||
jsvc=1.0.15-8 \
|
||||
libcap2=1:2.32-1 \
|
||||
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* \
|
||||
\
|
||||
&& curl -J -L -o /tmp/unifi.deb \
|
||||
"https://dl.ui.com/unifi/8.0.26/unifi_sysvinit_all.deb" \
|
||||
"https://dl.ui.com/unifi/8.0.28/unifi_sysvinit_all.deb" \
|
||||
\
|
||||
&& dpkg --install /tmp/unifi.deb \
|
||||
&& apt-get clean \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue