From 44d830984b453520a323a6c5644a262822a147b3 Mon Sep 17 00:00:00 2001 From: Ho Kim Date: Sun, 18 Sep 2022 13:42:02 +0000 Subject: [PATCH] Fix a bug in bootstrapper node --- templates/bootstrap/node/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/bootstrap/node/Dockerfile b/templates/bootstrap/node/Dockerfile index 79d0e42f..146ce2ac 100644 --- a/templates/bootstrap/node/Dockerfile +++ b/templates/bootstrap/node/Dockerfile @@ -6,6 +6,7 @@ FROM quay.io/rockylinux/rockylinux:${ROCKYLINUX_VERSION} as server # SystemD Configuration ENV container docker +ENV PATH=$PATH:/opt/bin STOPSIGNAL SIGRTMIN+3 VOLUME [ "/sys/fs/cgroup" ] VOLUME [ "/var/lib/containerd" ]