mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-24 19:28:09 +00:00
remove completion directory from newer docker downloads
Signed-off-by: Justin Cormack <justin.cormack@docker.com>
This commit is contained in:
parent
afc48d581d
commit
b356364777
@ -49,6 +49,7 @@ endif
|
||||
docker/docker-containerd-shim \
|
||||
usr/bin/
|
||||
([ -e docker/docker-init ] && mv docker/docker-init usr/bin/) || true
|
||||
([ -d docker/completion ] && rm -rf docker/completion) || true
|
||||
|
||||
hub: cleanusr
|
||||
(docker run --rm $(DOCKER_IMAGE) tar cf - -C /usr/local/bin . && touch ok) | tar xf - -C usr/bin
|
||||
|
Loading…
Reference in New Issue
Block a user