Skip to content

Commit

Permalink
Install envsubst
Browse files Browse the repository at this point in the history
  • Loading branch information
sturman committed Feb 24, 2024
1 parent fb1bd16 commit 1146ec4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down
3 changes: 2 additions & 1 deletion Dockerfile.aarch64
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 1146ec4

Please sign in to comment.