|
@@ -74,10 +74,10 @@ WORKDIR /go/src/github.com/docker/docker
|
|
ENV DOCKER_BUILDTAGS apparmor seccomp selinux
|
|
ENV DOCKER_BUILDTAGS apparmor seccomp selinux
|
|
|
|
|
|
# Install runc
|
|
# Install runc
|
|
-ENV RUNC_COMMIT 85873d917e86676e44ccb80719fcb47a794676a1
|
|
|
|
|
|
+ENV RUNC_COMMIT 5ce88a95f6cf218ba7f3309562f95464a968e890
|
|
RUN set -x \
|
|
RUN set -x \
|
|
&& export GOPATH="$(mktemp -d)" \
|
|
&& export GOPATH="$(mktemp -d)" \
|
|
- && git clone https://github.com/opencontainers/runc.git "$GOPATH/src/github.com/opencontainers/runc" \
|
|
|
|
|
|
+ && git clone https://github.com/crosbymichael/runc.git "$GOPATH/src/github.com/opencontainers/runc" \
|
|
&& cd "$GOPATH/src/github.com/opencontainers/runc" \
|
|
&& cd "$GOPATH/src/github.com/opencontainers/runc" \
|
|
&& git checkout -q "$RUNC_COMMIT" \
|
|
&& git checkout -q "$RUNC_COMMIT" \
|
|
&& make static BUILDTAGS="seccomp apparmor selinux" \
|
|
&& make static BUILDTAGS="seccomp apparmor selinux" \
|