perf(docker): cleanup unused docker binaries

Signed-off-by: Maik Ellerbrock <opensource@frapsoft.com>
This commit is contained in:
Maik Ellerbrock 2017-01-25 10:55:02 +01:00
parent 1745cc16bb
commit 85a32bf8c1
No known key found for this signature in database
GPG key ID: AC6B0B8B492B04CA

View file

@ -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/