This commit is contained in:
@@ -57,8 +57,11 @@ RUN \
|
|||||||
apk del ${build_pkgs} && \
|
apk del ${build_pkgs} && \
|
||||||
rm -rf /var/cache/apk/*
|
rm -rf /var/cache/apk/*
|
||||||
|
|
||||||
RUN apk --no-cache add php83 \
|
ARG PHP_VERSION="83"
|
||||||
php83-curl
|
|
||||||
|
RUN apk --no-cache add php${PHP_VERSION} \
|
||||||
|
php${PHP_VERSION}-fpm \
|
||||||
|
php${PHP_VERSION}-curl
|
||||||
|
|
||||||
COPY nginx.conf /etc/nginx/nginx.conf
|
COPY nginx.conf /etc/nginx/nginx.conf
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user