Commit 0e7515d2 authored by Adrian Sutton's avatar Adrian Sutton

Merge branch 'develop' into geth_update_v1_13_3

parents cd9533c8 bc009eff
...@@ -113,3 +113,12 @@ RUN echo "downloading and verifying Codecov uploader" && \ ...@@ -113,3 +113,12 @@ RUN echo "downloading and verifying Codecov uploader" && \
chmod +x /usr/local/bin/codecov && \ chmod +x /usr/local/bin/codecov && \
rm codecov rm codecov
# within docker use bash
SHELL [ "/bin/bash", "-c" ]
# set env to use bash
ENV SHELL=/bin/bash
ENV BASH=/bin/bash
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