fixes runc install path on Dockerfile

In the config file (/etc/crio/crio.conf) installed by `make install.config` , runc runtime path is specified "/usr/bin/runc"

Signed-off-by: Masatoshi Hayashi <literalice@monochromeroad.com>
This commit is contained in:
Masatoshi Hayashi 2017-10-24 18:55:20 +09:00
parent 7ab9c55a12
commit 9191a994fc

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