From 20145db333f05fa92bd01715cb53f886899a7f8a Mon Sep 17 00:00:00 2001 From: Adam Warner Date: Sat, 22 Jun 2024 12:44:12 +0100 Subject: [PATCH] silende JSONArgsRecommended warning in test build Signed-off-by: Adam Warner --- test/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/Dockerfile b/test/Dockerfile index 2380232..da65f29 100644 --- a/test/Dockerfile +++ b/test/Dockerfile @@ -18,5 +18,5 @@ RUN apk add --no-cache \ # Tests fall over without it. Investigate later. && sed -i 's|/bin/sh|/bin/bash|g' /usr/lib/python3.11/site-packages/testinfra/backend/docker.py -ENTRYPOINT entrypoint.sh -CMD cmd.sh +ENTRYPOINT ["/bin/sh","-c","entrypoint.sh"] +CMD ["/bin/sh","-c","cmd.sh"]