Skip to content

Commit

Permalink
Merge pull request #5 from linuxserver/verbose
Browse files Browse the repository at this point in the history
  • Loading branch information
thespad authored Dec 5, 2024
2 parents 8da68f7 + ef7ecc1 commit 06f7ed6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ ARG D2_VERSION
LABEL build_version="Linuxserver.io version:- ${VERSION} Build-date:- ${BUILD_DATE}"
LABEL maintainer="thespad"

ENV S6_BEHAVIOUR_IF_STAGE2_FAILS=2
ENV S6_BEHAVIOUR_IF_STAGE2_FAILS=2 \
S6_VERBOSITY=2

RUN \
echo "**** install packages ****" && \
Expand Down
3 changes: 2 additions & 1 deletion Dockerfile.aarch64
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ ARG D2_VERSION
LABEL build_version="Linuxserver.io version:- ${VERSION} Build-date:- ${BUILD_DATE}"
LABEL maintainer="thespad"

ENV S6_BEHAVIOUR_IF_STAGE2_FAILS=2
ENV S6_BEHAVIOUR_IF_STAGE2_FAILS=2 \
S6_VERBOSITY=2

RUN \
echo "**** install packages ****" && \
Expand Down

0 comments on commit 06f7ed6

Please sign in to comment.