mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2024-11-23 11:31:49 +01:00
fix runc-rootless and gitiles
Signed-off-by: Jess Frazelle <acidburn@microsoft.com>
This commit is contained in:
parent
2de431782e
commit
7f859079ee
|
@ -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 \
|
||||
) \
|
||||
|
|
|
@ -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 \
|
||||
|
|
Loading…
Reference in New Issue
Block a user