This commit is contained in:
ivamp 2024-06-03 17:42:07 +08:00
parent 7360a77f8b
commit 5f040dca7d

View File

@ -2,7 +2,7 @@ FROM php:7.4.33-apache-bullseye
ADD --chmod=0755 https://github.com/mlocati/docker-php-extension-installer/releases/latest/download/install-php-extensions /usr/local/bin/ ADD --chmod=0755 https://github.com/mlocati/docker-php-extension-installer/releases/latest/download/install-php-extensions /usr/local/bin/
RUN apt update && apt-get install -y --no-install-recommends libgmp-dev RUN apt update && apt-get install -y --no-install-recommends libgmp-dev curl libssl-dev libcurl4-openssl-dev libcurl4
# RUN install-php-extensions # RUN install-php-extensions
RUN a2enmod rewrite RUN a2enmod rewrite