From 77903754b70302abe0712ed6ba373a6466fd2c4b Mon Sep 17 00:00:00 2001 From: en-jschuetze <126695184+en-jschuetze@users.noreply.github.com> Date: Mon, 20 Jan 2025 09:46:36 +0100 Subject: [PATCH] Added php 8.4.3-zts and curl --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index a527405..3ef946e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -79,7 +79,7 @@ RUN abuild checksum && abuild -r FROM alpine-distro AS php-zts-base -ARG PHP_VERSION="8.4.2" +ARG PHP_VERSION="8.4.3" ARG PHP_PACKAGE_BASENAME="phpzts84" ARG PHP_PACKAGE_INCLUDE="/usr/include/php84" ARG PHP_FPM_BINARY_PATH="/usr/sbin/php-fpmzts84" @@ -105,6 +105,7 @@ RUN apk add --no-cache \ make \ openssh-client \ bash \ + curl \ sed # Ensure we have www-data added with alpine's default uid/gid: 82