Commit 1b9c8fb2 authored by Mark Tyneway's avatar Mark Tyneway

dockerfile: more fixups

parent 851e0f00
...@@ -117,16 +117,9 @@ RUN echo "downloading and verifying Codecov uploader" && \ ...@@ -117,16 +117,9 @@ RUN echo "downloading and verifying Codecov uploader" && \
rm codecov rm codecov
# within docker use bash # within docker use bash
SHELL [ "/bin/bash", "-c" ] SHELL ["/bin/bash"]
# set env to use bash # set env to use bash
ENV SHELL=/bin/bash ENV SHELL=/bin/bash
ENV BASH=/bin/bash ENV BASH=/bin/bash
# See https://circleci.com/docs/custom-images/#adding-an-entrypoint ENTRYPOINT ["/bin/bash"]
# and https://circleci.com/docs/configuration-reference/#default-shell-options
# We need a login shell for nvm to work, and need circleci to not override it back to a regular bash shell.
LABEL com.circleci.preserve-entrypoint=true
ENTRYPOINT ["/bin/bash", "--login", "-eo", "pipefail", "-c"]
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment