Skip to content

Commit 8464213

Browse files
committed
Install envsubst
1 parent 91d5183 commit 8464213

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ RUN \
2020
jsvc \
2121
logrotate \
2222
openjdk-17-jre-headless \
23-
unzip && \
23+
unzip \
24+
gettext && \
2425
echo "**** install unifi ****" && \
2526
if [ -z ${UNIFI_VERSION+x} ]; then \
2627
UNIFI_VERSION=$(curl -sX GET https://dl.ui.com/unifi/debian/dists/${UNIFI_BRANCH}/ubiquiti/binary-amd64/Packages.gz \

Dockerfile.aarch64

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ RUN \
2020
jsvc \
2121
logrotate \
2222
openjdk-17-jre-headless \
23-
unzip && \
23+
unzip \
24+
gettext && \
2425
echo "**** install unifi ****" && \
2526
if [ -z ${UNIFI_VERSION+x} ]; then \
2627
UNIFI_VERSION=$(curl -sX GET https://dl.ui.com/unifi/debian/dists/${UNIFI_BRANCH}/ubiquiti/binary-amd64/Packages.gz \

0 commit comments

Comments
 (0)