Merge pull request #1056 from literalice/patch-runcpath

fixes runc install path on Dockerfile
This commit is contained in:
Daniel J Walsh 2017-10-24 21:47:24 -07:00 committed by GitHub
commit c9f837aca1

View file

@ -64,7 +64,7 @@ RUN set -x \
&& git fetch origin --tags \
&& git checkout -q "$RUNC_COMMIT" \
&& make static BUILDTAGS="seccomp selinux" \
&& cp runc /usr/local/bin/runc \
&& cp runc /usr/bin/runc \
&& rm -rf "$GOPATH"
# Install CNI plugins