forked from kamba4/sunders
4 lines
202 B
Text
4 lines
202 B
Text
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
|