Skip to content

Commit f0462cf

Browse files
Allow S6 to keep the environment variables.
1 parent ad107e2 commit f0462cf

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,9 @@ ENV PATH=$PATH:$COMPOSER_BIN_DIR:$COMPOSER_HOME/vendor/bin
4949

5050
ARG S6-VERSION="latest"
5151

52+
# Allow S6 to keep the environment variables.
53+
ENV S6_KEEP_ENV=1
54+
5255
#
5356
#--------------------------------------------------------------------------
5457
# Default CLI interpreter

0 commit comments

Comments
 (0)