core/Dockerfile
Adam Štrauch c3c2aa813d
Some checks failed
Build the Core image / build (push) Failing after 2m58s
Initial commit
2025-11-13 23:22:56 +01:00

10 lines
447 B
Docker

FROM quay.io/fedora/fedora-coreos:testing
RUN dnf install -y vim htop duf zstd tmux incus rsync fish parted distrobox qemu lxc fastfetch && dnf clean all
RUN echo "root:1000000:1000000000" > /etc/subgid && \
echo "root:1000000:1000000000" > /etc/subuid && \
echo "kernel.keys.maxkeys = 2590720" > /etc/sysctl.d/99-sysctl.conf && \
echo "fs.inotify.max_user_instances = 1024" >> /etc/sysctl.d/99-sysctl.conf
RUN bootc container lint