diff --git a/Dockerfile b/Dockerfile index e729202..8f49d5d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -42,5 +42,7 @@ RUN setsebool -P domain_kernel_load_modules on COPY etc/environment /etc/environment COPY etc/systemd/zram-generator.conf /etc/systemd/zram-generator.conf +RUN cd /usr/bin && wget https://raw.githubusercontent.com/CachyOS/CachyOS-Settings/refs/heads/master/usr/bin/kerver && chmod +x kerver + RUN rm -rf /tmp/* /var/* && mkdir -p /var/tmp && chmod -R 1777 /var/tmp && \ bootc container lint