Skip to content

Commit d43a5d9

Browse files
fix: explicitly invoking CMD in dockerfile
1 parent 0e5c289 commit d43a5d9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Dockerfile

+4
Original file line numberDiff line numberDiff line change
@@ -89,3 +89,7 @@ FROM chapel-base AS chapel
8989
COPY --from=chapel-build $CHPL_HOME $CHPL_HOME
9090

9191
ENV PATH="${PATH}:${CHPL_HOME}/bin:${CHPL_HOME}/util"
92+
93+
# Not relying on inherited CMD command in debian:11 base image.
94+
# Instead, explicitly invoking it in this image.
95+
CMD ["/bin/bash"]

0 commit comments

Comments
 (0)