sunders/data_handler/Containerfile
Renovate 1f46aef9e9
Some checks failed
images.yml / chore(deps): update quay.io/fedora/fedora-minimal docker tag to v45 (pull_request) Failing after 0s
images.yml / chore(deps): update quay.io/fedora/fedora-minimal docker tag to v45 (push) Failing after 0s
chore(deps): update quay.io/fedora/fedora-minimal docker tag to v45
2026-02-09 17:48:12 +00:00

8 lines
No EOL
356 B
Docker

FROM quay.io/fedora/fedora-minimal:45
RUN microdnf install -y php-cli php-mysqli php-bcmath php-xml python-lxml gunzip https://raw.githubusercontent.com/rpmsphere/x86_64/master/d/dcron-4.5-7.1.x86_64.rpm && microdnf clean all
COPY ./utils/* /opt/
COPY ./data_init/*.sql /opt/init/init.sql
ENTRYPOINT ["/opt/entrypoint.sh"]
CMD ["/usr/sbin/dcrond", "-f" ]