Files
alpine-devcontainers/php.Containerfile
maurice 12a532781a
All checks were successful
Build base containers / base-build (push) Successful in 2m15s
Build other containers / other-build (push) Successful in 5m54s
Other containers
2025-10-27 10:11:15 +01:00

4 lines
125 B
Docker

FROM git.plabble.org/maurice/devc-web-base:main
USER user
RUN /bin/bash -c "$(curl -fsSL https://php.new/install/linux/8.4)"