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:
parent
7ab9c55a12
commit
9191a994fc
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue