mirror of
https://github.com/docker/docker-bench-security.git
synced 2024-11-01 08:31:44 +01:00
perf(docker): cleanup unused docker binaries
Signed-off-by: Maik Ellerbrock <opensource@frapsoft.com>
This commit is contained in:
parent
1745cc16bb
commit
85a32bf8c1
1 changed files with 1 additions and 0 deletions
|
@ -8,6 +8,7 @@ RUN \
|
|||
apk add --no-cache \
|
||||
docker \
|
||||
dumb-init && \
|
||||
rm -rf /usr/bin/docker-* /usr/bin/dockerd && \
|
||||
mkdir /usr/local/bin/tests
|
||||
|
||||
COPY ./*.sh /usr/local/bin/
|
||||
|
|
Loading…
Reference in a new issue