We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8da68f7 + ef7ecc1 commit 06f7ed6Copy full SHA for 06f7ed6
Dockerfile
@@ -9,7 +9,8 @@ ARG D2_VERSION
9
LABEL build_version="Linuxserver.io version:- ${VERSION} Build-date:- ${BUILD_DATE}"
10
LABEL maintainer="thespad"
11
12
-ENV S6_BEHAVIOUR_IF_STAGE2_FAILS=2
+ENV S6_BEHAVIOUR_IF_STAGE2_FAILS=2 \
13
+ S6_VERBOSITY=2
14
15
RUN \
16
echo "**** install packages ****" && \
Dockerfile.aarch64
0 commit comments