mirror of
https://github.com/linuxserver/docker-unifi-network-application.git
synced 2025-03-05 20:59:58 -08:00
Install envsubst
This commit is contained in:
parent
fb1bd160e3
commit
1146ec48fd
|
@ -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 \
|
||||
|
|
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue