We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
envsubst
1 parent 91d5183 commit 8464213Copy full SHA for 8464213
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 https://dl.ui.com/unifi/debian/dists/${UNIFI_BRANCH}/ubiquiti/binary-amd64/Packages.gz \
Dockerfile.aarch64
0 commit comments