From 6b5fa9cbb2856f3437654e4781e8dd182d2cf181 Mon Sep 17 00:00:00 2001 From: Graham Campbell Date: Thu, 16 Nov 2023 10:53:32 +0000 Subject: [PATCH] Confirm that the PHP 8.0 build fails without the patch --- php-80/Dockerfile | 4 ---- 1 file changed, 4 deletions(-) diff --git a/php-80/Dockerfile b/php-80/Dockerfile index 01d5f2f0..767c234f 100644 --- a/php-80/Dockerfile +++ b/php-80/Dockerfile @@ -385,10 +385,6 @@ ARG VERSION_PHP RUN curl --location --silent --show-error --fail https://www.php.net/get/php-${VERSION_PHP}.tar.gz/from/this/mirror \ | tar xzC . --strip-components=1 -COPY layers/openssl3.patch ${PHP_BUILD_DIR} -RUN patch -N -p1 -s < openssl3.patch -RUN rm openssl3.patch - # Configure the build # -fstack-protector-strong : Be paranoid about stack overflows # -fpic : Make PHP's main executable position-independent (improves ASLR security mechanism, and has no performance impact on x86_64)