Skip to content

Commit 1146ec4

Browse files
committed
Install envsubst
1 parent fb1bd16 commit 1146ec4

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

Dockerfile

+2-1
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 http://dl.ui.com/unifi/debian/dists/${UNIFI_BRANCH}/ubiquiti/binary-amd64/Packages \

Dockerfile.aarch64

+2-1
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 http://dl.ui.com/unifi/debian/dists/${UNIFI_BRANCH}/ubiquiti/binary-amd64/Packages \

0 commit comments

Comments
 (0)