FROM ghcr.io/asohh/fedora-minimal-containers/php-cli:43 RUN microdnf install -y php-mysqli php-bcmath php-xml gunzip && microdnf clean all COPY ./utils/* /opt/ COPY ./data_init/*.sql /opt/init/init.sql