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 bazelbuild#611.
  • Loading branch information
simonhorlick committed Apr 24, 2016
1 parent 810d60a commit d4d55c3
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 d4d55c3

Please sign in to comment.