We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad9539b commit 1822ae3Copy full SHA for 1822ae3
Dockerfile
@@ -12,7 +12,7 @@ LABEL maintainer="saarg"
12
ARG WEBGRAB_VER
13
14
# environment variables.
15
-ENV HOME /config
+ENV HOME=/config
16
17
RUN \
18
echo "**** install packages ****" && \
Dockerfile.aarch64
@@ -12,8 +12,7 @@ LABEL maintainer="saarg"
-ARG DEBIAN_FRONTEND="noninteractive"
19
0 commit comments