Skip to content

Commit d4555ba

Browse files
Fix: explicitly invoked CMD in dockerfile
Signed-off-by: Madhav Madhusoodanan <[email protected]>
1 parent 0e5c289 commit d4555ba

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)