feat: add php container

This commit is contained in:
Job
2026-01-29 16:10:08 +01:00
parent e6bd3f3524
commit 86e3275c67
3 changed files with 15 additions and 1 deletions

View File

@@ -0,0 +1,9 @@
ARG TAG
FROM job79/fedora:${TAG}
USER root
RUN --mount=type=cache,id=dnf-cache,target=/var/cache/libdnf5 \
dnf -y --setopt=keepcache=1 install php composer \
curl -sS https://get.symfony.com/cli/installer | bash
USER user