mirror of
https://github.com/linuxserver/docker-unifi-network-application.git
synced 2025-03-05 20:59:58 -08:00
Fix set environment variable in docker files
This commit is contained in:
parent
9d6e638356
commit
53a8ea070f
|
@ -11,7 +11,7 @@ LABEL maintainer="thespad"
|
||||||
|
|
||||||
# environment settings
|
# environment settings
|
||||||
ARG UNIFI_BRANCH="stable" \
|
ARG UNIFI_BRANCH="stable" \
|
||||||
DEBIAN_FRONTEND="noninteractive"
|
ENV DEBIAN_FRONTEND="noninteractive"
|
||||||
|
|
||||||
RUN \
|
RUN \
|
||||||
echo "**** install packages ****" && \
|
echo "**** install packages ****" && \
|
||||||
|
|
|
@ -11,7 +11,7 @@ LABEL maintainer="thespad"
|
||||||
|
|
||||||
# environment settings
|
# environment settings
|
||||||
ARG UNIFI_BRANCH="stable" \
|
ARG UNIFI_BRANCH="stable" \
|
||||||
DEBIAN_FRONTEND="noninteractive"
|
ENV DEBIAN_FRONTEND="noninteractive"
|
||||||
|
|
||||||
RUN \
|
RUN \
|
||||||
echo "**** install packages ****" && \
|
echo "**** install packages ****" && \
|
||||||
|
|
Loading…
Reference in a new issue