We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e5c289 commit d4555baCopy full SHA for d4555ba
Dockerfile
@@ -89,3 +89,7 @@ FROM chapel-base AS chapel
89
COPY --from=chapel-build $CHPL_HOME $CHPL_HOME
90
91
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