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