forked from kamba4/sunders
changed base container for data_handler
This commit is contained in:
parent
d9897c57eb
commit
5e12ac6b38
2 changed files with 4 additions and 5 deletions
4
Containerfile.data_handler
Normal file
4
Containerfile.data_handler
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue