diff --git a/Dockerfile b/Dockerfile index 0265192687..3ed1006ea4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -134,4 +134,5 @@ COPY fuzzers fuzzers # RUN ./scripts/test_all_fuzzers.sh --no-fmt -ENTRYPOINT [ "/bin/bash" ] +ENTRYPOINT [ "/bin/bash", "-c" ] +CMD ["/bin/bash"]