Skip to content

Commit f6d9573

Browse files
committed
chore: add shell version check
1 parent 0a1652c commit f6d9573

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

examples/Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ COPY sdk-testing ./sdk-testing
1010
COPY sdk-integration-tests ./sdk-integration-tests
1111
COPY examples ./examples
1212

13+
# Check shell
14+
RUN /bin/sh --version
15+
1316
# Install Maven
1417
RUN apk add --no-cache maven
1518

0 commit comments

Comments
 (0)