mirror of
https://github.com/linuxserver/docker-unifi-network-application.git
synced 2025-03-05 20:59:58 -08:00
Sort dependencies
This commit is contained in:
parent
36abd4e762
commit
27594b95a8
|
@ -17,11 +17,11 @@ RUN \
|
|||
echo "**** install packages ****" && \
|
||||
apt-get update && \
|
||||
apt-get install --no-install-recommends -y \
|
||||
gettext \
|
||||
jsvc \
|
||||
logrotate \
|
||||
openjdk-17-jre-headless \
|
||||
unzip \
|
||||
gettext && \
|
||||
unzip && \
|
||||
echo "**** install unifi ****" && \
|
||||
if [ -z ${UNIFI_VERSION+x} ]; then \
|
||||
UNIFI_VERSION=$(curl -sX GET http://dl.ui.com/unifi/debian/dists/${UNIFI_BRANCH}/ubiquiti/binary-amd64/Packages \
|
||||
|
|
|
@ -17,11 +17,11 @@ RUN \
|
|||
echo "**** install packages ****" && \
|
||||
apt-get update && \
|
||||
apt-get install --no-install-recommends -y \
|
||||
gettext \
|
||||
jsvc \
|
||||
logrotate \
|
||||
openjdk-17-jre-headless \
|
||||
unzip \
|
||||
gettext && \
|
||||
unzip && \
|
||||
echo "**** install unifi ****" && \
|
||||
if [ -z ${UNIFI_VERSION+x} ]; then \
|
||||
UNIFI_VERSION=$(curl -sX GET http://dl.ui.com/unifi/debian/dists/${UNIFI_BRANCH}/ubiquiti/binary-amd64/Packages \
|
||||
|
|
Loading…
Reference in a new issue