This commit is contained in:
cwmoriarty 2025-02-05 04:24:10 -05:00 committed by GitHub
parent a9edb5cc51
commit c8d405ba83
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -17,7 +17,7 @@ RUN \
openjdk-17-jre-headless=17* \
\
&& curl -J -L -o /tmp/unifi.deb \
"https://dl.ui.com/unifi/9.0.108/unifi_sysvinit_all.deb" \
"https://dl.ui.com/unifi/9.0.114/unifi_sysvinit_all.deb" \
\
&& dpkg --install /tmp/unifi.deb \
&& apt-get clean \