mirror of
https://github.com/linuxserver/docker-unifi-network-application.git
synced 2025-03-05 20:59:58 -08:00
Revert "Install envsubst
alternative (Go version)"
This reverts commit 62dab7b4
This commit is contained in:
parent
3be04fb262
commit
36abd4e762
|
@ -12,7 +12,6 @@ LABEL maintainer="thespad"
|
|||
# environment settings
|
||||
ARG UNIFI_BRANCH="stable"
|
||||
ENV DEBIAN_FRONTEND="noninteractive"
|
||||
ARG ENVSUBST_VERSION=v1.4.2
|
||||
|
||||
RUN \
|
||||
echo "**** install packages ****" && \
|
||||
|
@ -21,10 +20,8 @@ RUN \
|
|||
jsvc \
|
||||
logrotate \
|
||||
openjdk-17-jre-headless \
|
||||
unzip && \
|
||||
curl -L https://github.com/a8m/envsubst/releases/download/${ENVSUBST_VERSION}/envsubst-`uname -s`-`uname -m` -o envsubst && \
|
||||
chmod +x envsubst && \
|
||||
mv envsubst /usr/local/bin && \
|
||||
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 \
|
||||
|
|
|
@ -12,7 +12,6 @@ LABEL maintainer="thespad"
|
|||
# environment settings
|
||||
ARG UNIFI_BRANCH="stable"
|
||||
ENV DEBIAN_FRONTEND="noninteractive"
|
||||
ARG ENVSUBST_VERSION=v1.4.2
|
||||
|
||||
RUN \
|
||||
echo "**** install packages ****" && \
|
||||
|
@ -21,10 +20,8 @@ RUN \
|
|||
jsvc \
|
||||
logrotate \
|
||||
openjdk-17-jre-headless \
|
||||
unzip && \
|
||||
curl -L https://github.com/a8m/envsubst/releases/download/${ENVSUBST_VERSION}/envsubst-`uname -s`-`uname -m` -o envsubst && \
|
||||
chmod +x envsubst && \
|
||||
mv envsubst /usr/local/bin && \
|
||||
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