From 27594b95a8141a912c1b3832c6262cf273f2b0e4 Mon Sep 17 00:00:00 2001 From: sturman <4456572+sturman@users.noreply.github.com> Date: Sat, 24 Feb 2024 21:51:16 +0200 Subject: [PATCH] Sort dependencies --- Dockerfile | 4 ++-- Dockerfile.aarch64 | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index 323a50b..75c09b0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 \ diff --git a/Dockerfile.aarch64 b/Dockerfile.aarch64 index e705ccc..1191812 100644 --- a/Dockerfile.aarch64 +++ b/Dockerfile.aarch64 @@ -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 \