added php support

This commit is contained in:
gyurix
2024-07-01 08:50:06 +02:00
parent 725498a0d3
commit 1509a165e1

View File

@@ -1,7 +1,7 @@
FROM alpine:latest FROM alpine:latest
ENV NGINX_VERSION=1.25.4 ENV NGINX_VERSION=1.25.4
ARG PHP_VERSION="8.2.20" ARG PHP_VERSION="8.2"
RUN \ RUN \
build_pkgs="build-base linux-headers openssl-dev pcre-dev wget zlib-dev" && \ build_pkgs="build-base linux-headers openssl-dev pcre-dev wget zlib-dev" && \