mirror of
https://github.com/docker/docker-bench-security.git
synced 2025-01-18 16:22:33 +01: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
|
||||
|
||||
ENTRYPOINT [ "/usr/bin/dumb-init", "docker-bench-security.sh" ]
|
||||
ENTRYPOINT [ "/usr/bin/dumb-init", "/bin/sh", "docker-bench-security.sh" ]
|
||||
CMD [""]
|
||||
|
|
Loading…
Reference in a new issue