From 5f040dca7d3d510cc682f6293ab3aee995b5f6d2 Mon Sep 17 00:00:00 2001 From: ivamp Date: Mon, 3 Jun 2024 17:42:07 +0800 Subject: [PATCH] curl --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index d7f79a2..7958aa7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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/ -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 a2enmod rewrite