added php module version variable
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
gyurix
2024-07-01 08:59:25 +02:00
parent 2cfe739013
commit 3b951b5cdf

View File

@@ -57,8 +57,10 @@ RUN \
apk del ${build_pkgs} && \ apk del ${build_pkgs} && \
rm -rf /var/cache/apk/* rm -rf /var/cache/apk/*
ARG PHP_MODULE="82"
RUN apk --no-cache add php8=${PHP_VERSION} \ RUN apk --no-cache add php8=${PHP_VERSION} \
php${PHP_VERSION}-curl php${PHP_MODULE}-curl
COPY nginx.conf /etc/nginx/nginx.conf COPY nginx.conf /etc/nginx/nginx.conf