Skip to content

Commit

Permalink
Ensure env is passed to DockerLayer actions so xzcat works
Browse files Browse the repository at this point in the history
This is required to fully fix #611.

--
Change-Id: Iffeab2a80a02f2e1208637fe85195d0c2862e637
Reviewed-on: https://bazel-review.googlesource.com/#/c/3492
MOS_MIGRATED_REVID=120724036
  • Loading branch information
simonhorlick authored and meteorcloudy committed Apr 26, 2016
1 parent 33bab46 commit 21e3f7b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/build_defs/docker/docker.bzl
Expand Up @@ -109,6 +109,7 @@ def _build_layer(ctx):
arguments = args,
inputs = ctx.files.files + ctx.files.tars + ctx.files.debs,
outputs = [layer],
use_default_shell_env=True,
mnemonic="DockerLayer"
)
return layer
Expand Down

0 comments on commit 21e3f7b

Please sign in to comment.