fix runc-rootless and gitiles

Signed-off-by: Jess Frazelle <acidburn@microsoft.com>
This commit is contained in:
Jess Frazelle
2018-03-24 16:36:44 -04:00
parent 2de431782e
commit 7f859079ee
2 changed files with 2 additions and 2 deletions

View File

@@ -39,7 +39,7 @@ RUN set -x \
&& git clone --depth 1 --branch "${GITILES_VERSION}" https://gerrit.googlesource.com/gitiles /usr/src/gitiles \
&& ( \
cd /usr/src/gitiles \
&& bazel build gitiles-dev:dev \
&& bazel build --incompatible_disallow_uncalled_set_constructor=false gitiles-dev:dev \
&& cp -rL bazel-bin bin \
&& rm -rf bazel-bin \
) \