mirror of https://github.com/docker/docs.git
Merge pull request #19997 from boucher/patch-2
Pass KEEPBUNDLE in Docker build environment.
This commit is contained in:
commit
60821c6dfd
1
Makefile
1
Makefile
|
@ -31,6 +31,7 @@ export DOCKERFILE
|
||||||
# `docs/sources/contributing/devenvironment.md ` and `project/PACKAGERS.md` have some limited documentation of some of these
|
# `docs/sources/contributing/devenvironment.md ` and `project/PACKAGERS.md` have some limited documentation of some of these
|
||||||
DOCKER_ENVS := \
|
DOCKER_ENVS := \
|
||||||
-e BUILDFLAGS \
|
-e BUILDFLAGS \
|
||||||
|
-e KEEPBUNDLE \
|
||||||
-e DOCKER_BUILD_GOGC \
|
-e DOCKER_BUILD_GOGC \
|
||||||
-e DOCKER_BUILD_PKGS \
|
-e DOCKER_BUILD_PKGS \
|
||||||
-e DOCKER_CLIENTONLY \
|
-e DOCKER_CLIENTONLY \
|
||||||
|
|
Loading…
Reference in New Issue