mirror of
https://github.com/pi-hole/docker-pi-hole.git
synced 2025-12-20 10:28:36 +00:00
silende JSONArgsRecommended warning in test build
Signed-off-by: Adam Warner <me@adamwarner.co.uk>
This commit is contained in:
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user