Update env format

This commit is contained in:
thespad 2025-01-23 17:49:11 +00:00
parent ad9539b16a
commit 1822ae3df3
No known key found for this signature in database
2 changed files with 2 additions and 3 deletions

View File

@ -12,7 +12,7 @@ LABEL maintainer="saarg"
ARG WEBGRAB_VER
# environment variables.
ENV HOME /config
ENV HOME=/config
RUN \
echo "**** install packages ****" && \

View File

@ -12,8 +12,7 @@ LABEL maintainer="saarg"
ARG WEBGRAB_VER
# environment variables.
ARG DEBIAN_FRONTEND="noninteractive"
ENV HOME /config
ENV HOME=/config
RUN \
echo "**** install packages ****" && \