Fix set environment variable in docker files

This commit is contained in:
sturman 2024-02-24 19:31:12 +02:00
parent 9d6e638356
commit 53a8ea070f
2 changed files with 2 additions and 2 deletions

View file

@ -11,7 +11,7 @@ LABEL maintainer="thespad"
# environment settings
ARG UNIFI_BRANCH="stable" \
DEBIAN_FRONTEND="noninteractive"
ENV DEBIAN_FRONTEND="noninteractive"
RUN \
echo "**** install packages ****" && \

View file

@ -11,7 +11,7 @@ LABEL maintainer="thespad"
# environment settings
ARG UNIFI_BRANCH="stable" \
DEBIAN_FRONTEND="noninteractive"
ENV DEBIAN_FRONTEND="noninteractive"
RUN \
echo "**** install packages ****" && \