mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05: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>
(cherry picked from commit 2caf09d37b
)
This commit is contained in:
parent
b9d6c87592
commit
d8ba21d07d
1 changed files with 1 additions and 1 deletions
|
@ -204,7 +204,7 @@ RUN set -x \
|
||||||
&& git clone git://github.com/opencontainers/runc.git "$GOPATH/src/github.com/opencontainers/runc" \
|
&& git clone git://github.com/opencontainers/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="apparmor selinux" \
|
||||||
&& cp runc /usr/local/bin/docker-runc
|
&& cp runc /usr/local/bin/docker-runc
|
||||||
|
|
||||||
# Install containerd
|
# Install containerd
|
||||||
|
|
Loading…
Reference in a new issue