mirror of
https://github.com/docker/cli.git
synced 2026-01-13 18:22:35 +03:00
ppc64le: remove seccomp from Dockerfile
Removes the seccomp buildtag when building runc. Because seccomp isn't currently being built, this would cause the build to fail. Signed-off-by: Christopher Jones <tophj@linux.vnet.ibm.com> Upstream-commit: 2caf09d37b5865882dfa8c60d5362fd6d2ba54fd Component: engine
This commit is contained in:
@@ -204,7 +204,7 @@ RUN set -x \
|
||||
&& git clone git://github.com/opencontainers/runc.git "$GOPATH/src/github.com/opencontainers/runc" \
|
||||
&& cd "$GOPATH/src/github.com/opencontainers/runc" \
|
||||
&& git checkout -q "$RUNC_COMMIT" \
|
||||
&& make static BUILDTAGS="seccomp apparmor selinux" \
|
||||
&& make static BUILDTAGS="apparmor selinux" \
|
||||
&& cp runc /usr/local/bin/docker-runc
|
||||
|
||||
# Install containerd
|
||||
|
||||
Reference in New Issue
Block a user