Sort dependencies

This commit is contained in:
sturman 2024-02-24 21:51:16 +02:00
parent 36abd4e762
commit 27594b95a8
2 changed files with 4 additions and 4 deletions

View file

@ -17,11 +17,11 @@ RUN \
echo "**** install packages ****" && \ echo "**** install packages ****" && \
apt-get update && \ apt-get update && \
apt-get install --no-install-recommends -y \ apt-get install --no-install-recommends -y \
gettext \
jsvc \ jsvc \
logrotate \ logrotate \
openjdk-17-jre-headless \ openjdk-17-jre-headless \
unzip \ unzip && \
gettext && \
echo "**** install unifi ****" && \ echo "**** install unifi ****" && \
if [ -z ${UNIFI_VERSION+x} ]; then \ if [ -z ${UNIFI_VERSION+x} ]; then \
UNIFI_VERSION=$(curl -sX GET http://dl.ui.com/unifi/debian/dists/${UNIFI_BRANCH}/ubiquiti/binary-amd64/Packages \ UNIFI_VERSION=$(curl -sX GET http://dl.ui.com/unifi/debian/dists/${UNIFI_BRANCH}/ubiquiti/binary-amd64/Packages \

View file

@ -17,11 +17,11 @@ RUN \
echo "**** install packages ****" && \ echo "**** install packages ****" && \
apt-get update && \ apt-get update && \
apt-get install --no-install-recommends -y \ apt-get install --no-install-recommends -y \
gettext \
jsvc \ jsvc \
logrotate \ logrotate \
openjdk-17-jre-headless \ openjdk-17-jre-headless \
unzip \ unzip && \
gettext && \
echo "**** install unifi ****" && \ echo "**** install unifi ****" && \
if [ -z ${UNIFI_VERSION+x} ]; then \ if [ -z ${UNIFI_VERSION+x} ]; then \
UNIFI_VERSION=$(curl -sX GET http://dl.ui.com/unifi/debian/dists/${UNIFI_BRANCH}/ubiquiti/binary-amd64/Packages \ UNIFI_VERSION=$(curl -sX GET http://dl.ui.com/unifi/debian/dists/${UNIFI_BRANCH}/ubiquiti/binary-amd64/Packages \