Commit 0a92ad02 authored by Mark Tyneway's avatar Mark Tyneway

dockerfile: add `-c` arg

parent 1b9c8fb2
...@@ -117,9 +117,9 @@ RUN echo "downloading and verifying Codecov uploader" && \ ...@@ -117,9 +117,9 @@ RUN echo "downloading and verifying Codecov uploader" && \
rm codecov rm codecov
# within docker use bash # within docker use bash
SHELL ["/bin/bash"] SHELL ["/bin/bash", "-c"]
# 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
ENTRYPOINT ["/bin/bash"] ENTRYPOINT ["/bin/bash", "-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