From 27afa94242fcdda27874407bc7ffd6e52a974154 Mon Sep 17 00:00:00 2001 From: James Reilly Date: Wed, 18 Dec 2024 13:32:28 +0530 Subject: [PATCH] formmatting Containerfile --- Containerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Containerfile b/Containerfile index aedc184..3ac6d57 100644 --- a/Containerfile +++ b/Containerfile @@ -4,6 +4,8 @@ FROM quay.io/centos-bootc/centos-bootc:$MAJOR_VERSION # See https://github.com/centos-workstation/achillobator/issues/3 RUN mkdir -p /var/roothome + +# Total hack to see if we can fix the /var/run symlink RUN mkdir -p /var/run RUN ln -sf /var/run /run