From 1146ec48fdb3c40e297da88ec03da2b8d5fd7b7d Mon Sep 17 00:00:00 2001 From: sturman <4456572+sturman@users.noreply.github.com> Date: Sat, 24 Feb 2024 20:20:02 +0200 Subject: [PATCH] Install `envsubst` --- Dockerfile | 3 ++- Dockerfile.aarch64 | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 3e8e069..a499e44 100644 --- a/Dockerfile +++ b/Dockerfile @@ -20,7 +20,8 @@ RUN \ jsvc \ logrotate \ openjdk-17-jre-headless \ - unzip && \ + unzip \ + gettext && \ 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 93d023b..8356967 100644 --- a/Dockerfile.aarch64 +++ b/Dockerfile.aarch64 @@ -20,7 +20,8 @@ RUN \ jsvc \ logrotate \ openjdk-17-jre-headless \ - unzip && \ + unzip \ + gettext && \ 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 \