We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
envsubst
1 parent fb1bd16 commit 1146ec4Copy full SHA for 1146ec4
Dockerfile
@@ -20,7 +20,8 @@ RUN \
20
jsvc \
21
logrotate \
22
openjdk-17-jre-headless \
23
- unzip && \
+ unzip \
24
+ gettext && \
25
echo "**** install unifi ****" && \
26
if [ -z ${UNIFI_VERSION+x} ]; then \
27
UNIFI_VERSION=$(curl -sX GET http://dl.ui.com/unifi/debian/dists/${UNIFI_BRANCH}/ubiquiti/binary-amd64/Packages \
Dockerfile.aarch64
0 commit comments