changed base container for data_handler

This commit is contained in:
asohh 2025-10-12 12:09:09 +02:00
commit 5e12ac6b38
2 changed files with 4 additions and 5 deletions

View file

@ -0,0 +1,4 @@
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