From 4e6ab6d6685de520cf4893aff5062165e267b591 Mon Sep 17 00:00:00 2001 From: Anders Rytter Hansen Date: Mon, 24 Jul 2023 11:23:05 +0200 Subject: [PATCH] add bore-sysctl --- Dockerfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Dockerfile b/Dockerfile index 720f25e..8104398 100644 --- a/Dockerfile +++ b/Dockerfile @@ -43,6 +43,9 @@ RUN cd /tmp/gpu-screen-recorder-gtk && \ # install Kata containers RUN rpm-ostree install kata-containers +# add bore-sysctl +RUN rpm-ostree install bore-sysctl + RUN rpm-ostree cleanup -m && \ rm -rf /tmp/* /var/* && mkdir -p /var/tmp && chmod -R 1777 /var/tmp && \ ostree container commit \ No newline at end of file