Install Docker

This commit is contained in:
Anders Rytter Hansen 2025-11-16 22:32:52 -03:00
commit f8ecdee1e5

View file

@ -45,6 +45,10 @@ RUN dnf swap libavcodec-free libavcodec-freeworld --allowerasing -y
# Add rule to SELinux allowing modules to be loaded into custom kernel
RUN setsebool -P domain_kernel_load_modules on
RUN dnf config-manager --add-repo https://download.docker.com/linux/rhel/docker-ce.repo
RUN dnf install docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin -y
RUN systemctl enable docker
COPY etc /etc
COPY usr /usr