Merge pull request #12992 from aidanhs/aphs-easy-debug-build

Allow passing DOCKER_DEBUG= to `make`
Upstream-commit: 75f63499a05ecd6511b468b666973ed9d38037ae
Component: engine
This commit is contained in:
Jessie Frazelle
2015-06-08 15:15:49 -07:00
2 changed files with 4 additions and 1 deletions

View File

@ -6,6 +6,7 @@
DOCKER_ENVS := \
-e BUILDFLAGS \
-e DOCKER_CLIENTONLY \
-e DOCKER_DEBUG \
-e DOCKER_EXECDRIVER \
-e DOCKER_EXPERIMENTAL \
-e DOCKER_GRAPHDRIVER \