mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2025-05-01 16:17:44 +02:00
fix conmon
Signed-off-by: Jess Frazelle <acidburn@microsoft.com>
This commit is contained in:
parent
44cf3c9cc2
commit
5e814a042c
@ -104,6 +104,7 @@ RUN buildDeps=' \
|
||||
&& make binaries crio.conf BUILDTAGS="seccomp apparmor selinux $(./hack/btrfs_tag.sh) $(./hack/libdm_tag.sh) $(./hack/btrfs_installed_tag.sh)" \
|
||||
&& make install.bin install.config PREFIX="" \
|
||||
&& sed -i 's#runtime = "/usr/bin/runc"#runtime = "/sbin/runc"#' /etc/crio/crio.conf \
|
||||
&& sed -i 's#conmon = "/usr/local/libexec/crio/conmon"#conmon = "/libexec/crio/conmon"#' /etc/crio/crio.conf \
|
||||
) \
|
||||
&& rm -rf "$BUILDPATH" "$GOPATH" "/usr/local/go" \
|
||||
&& apt-get purge -y --auto-remove $buildDeps
|
||||
|
Loading…
x
Reference in New Issue
Block a user