Install Firefox

This commit is contained in:
Anders da Silva Rytter Hansen 2025-12-04 11:35:20 -03:00
commit d0173a5ad5

View file

@ -56,6 +56,9 @@ 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 dnf install firefox -y
RUN systemctl enable docker
COPY etc /etc