Skip to content

Commit

Permalink
Source latest Unifi Network Controller package from Debian stable rep…
Browse files Browse the repository at this point in the history
…ository.
  • Loading branch information
cwmoriarty authored Oct 24, 2024
1 parent 5b67500 commit e19d902
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion unifi/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,9 @@ RUN \
mongodb-server=1:3.6.9+really3.6.8+90~g8e540c0b6d-0ubuntu5.3 \
openjdk-17-jre-headless=17* \
\
&& unifi_latest_version=$(curl -s "https://dl.ui.com/unifi/debian/dists/stable/ubiquiti/binary-amd64/Packages" | grep "Version" | sed 's/Version: //')
&& curl -J -L -o /tmp/unifi.deb \
"https://dl.ui.com/unifi/8.3.32/unifi_sysvinit_all.deb" \
"https://dl.ui.com/unifi/debian/pool/ubiquiti/u/unifi/unifi_${unifi_latest_version}_all.deb" \
\
&& dpkg --install /tmp/unifi.deb \
&& apt-get clean \
Expand Down

0 comments on commit e19d902

Please sign in to comment.