Skip to content

Commit

Permalink
fix runc-rootless and gitiles
Browse files Browse the repository at this point in the history
Signed-off-by: Jess Frazelle <[email protected]>
  • Loading branch information
jessfraz committed Mar 24, 2018
1 parent 2de4317 commit 7f85907
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gitiles/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
) \
Expand Down
2 changes: 1 addition & 1 deletion runc-rootless/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM golang:1.9-alpine AS runc
ARG RUNC_VERSION 9f9c96235cc97674e935002fc3d78361b696a69e
ENV RUNC_VERSION 9f9c96235cc97674e935002fc3d78361b696a69e
RUN apk add --no-cache \
bash \
curl \
Expand Down

0 comments on commit 7f85907

Please sign in to comment.