mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-25 19:40:35 -09:00
docker: strip on target install
This commit is contained in:
@@ -23,3 +23,6 @@ DOCKER_DEPENDENCIES = uclibc
|
||||
|
||||
$(eval $(call AUTOTARGETS,package,docker))
|
||||
|
||||
$(DOCKER_HOOK_POST_INSTALL): $(DOCKER_TARGET_INSTALL_TARGET)
|
||||
$(STRIPCMD) $(STRIP_STRIP_ALL) $(TARGET_DIR)/usr/bin/docker
|
||||
touch $@
|
||||
|
||||
Reference in New Issue
Block a user