We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a1652c commit f6d9573Copy full SHA for f6d9573
1 file changed
examples/Dockerfile
@@ -10,6 +10,9 @@ COPY sdk-testing ./sdk-testing
10
COPY sdk-integration-tests ./sdk-integration-tests
11
COPY examples ./examples
12
13
+# Check shell
14
+RUN /bin/sh --version
15
+
16
# Install Maven
17
RUN apk add --no-cache maven
18
0 commit comments