curl
This commit is contained in:
parent
7360a77f8b
commit
5f040dca7d
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user