mirror of
https://github.com/docker/docker-bench-security.git
synced 2025-04-27 21:07:20 +00:00
fix: set docker-bench-security to sh
- Set script to execute with sh rather than bash - Set CMD Dockerfile to use /bin/sh
This commit is contained in:
parent
c6256295fc
commit
e31e7aa0ae
1 changed files with 1 additions and 1 deletions
|
@ -15,5 +15,5 @@ HEALTHCHECK CMD exit 0
|
||||||
|
|
||||||
WORKDIR /usr/local/bin
|
WORKDIR /usr/local/bin
|
||||||
|
|
||||||
ENTRYPOINT [ "/usr/bin/dumb-init", "docker-bench-security.sh" ]
|
ENTRYPOINT [ "/usr/bin/dumb-init", "/bin/sh", "docker-bench-security.sh" ]
|
||||||
CMD [""]
|
CMD [""]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue