Skip to content

Commit

Permalink
Match SHELL var in Dockerfile with actual build.js
Browse files Browse the repository at this point in the history
  • Loading branch information
mhart committed Jul 12, 2016
1 parent b082d1c commit a32264e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ ENV PATH=$HOME/.local/bin:$HOME/usr/bin:/var/task/vendor/python/bin:/var/task/no
PYTHONPATH=/var/task/vendor/python/lib/python2.7/site-packages \
GIT_TEMPLATE_DIR=$HOME/usr/share/git-core/templates \
GIT_EXEC_PATH=$HOME/usr/libexec/git-core \
SHELL=/bin/bash \
TERM=xterm-256color \
FORCE_COLOR=true \
NPM_CONFIG_COLOR=always \
Expand Down

0 comments on commit a32264e

Please sign in to comment.