Skip to content

Commit 20145db

Browse files
committed
silende JSONArgsRecommended warning in test build
Signed-off-by: Adam Warner <[email protected]>
1 parent 425ecb3 commit 20145db

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@ RUN apk add --no-cache \
1818
# Tests fall over without it. Investigate later.
1919
&& sed -i 's|/bin/sh|/bin/bash|g' /usr/lib/python3.11/site-packages/testinfra/backend/docker.py
2020

21-
ENTRYPOINT entrypoint.sh
22-
CMD cmd.sh
21+
ENTRYPOINT ["/bin/sh","-c","entrypoint.sh"]
22+
CMD ["/bin/sh","-c","cmd.sh"]

0 commit comments

Comments
 (0)