diff --git a/Dockerfile b/Dockerfile index 4b5924858ca4..fb407728b088 100644 --- a/Dockerfile +++ b/Dockerfile @@ -89,3 +89,7 @@ FROM chapel-base AS chapel COPY --from=chapel-build $CHPL_HOME $CHPL_HOME ENV PATH="${PATH}:${CHPL_HOME}/bin:${CHPL_HOME}/util" + +# Not relying on inherited CMD command in debian:11 base image. +# Instead, explicitly invoking it in this image. +CMD ["/bin/bash"]