From 149ab7957aedf6022bc3e7531f6bd7e3177101e3 Mon Sep 17 00:00:00 2001 From: Graham Campbell Date: Wed, 31 Jan 2024 11:46:10 +0000 Subject: [PATCH] Derp --- php-80/Dockerfile | 1 - php-81/Dockerfile | 1 - php-82/Dockerfile | 1 - php-83/Dockerfile | 1 - 4 files changed, 4 deletions(-) diff --git a/php-80/Dockerfile b/php-80/Dockerfile index ec55d6bc..2e4dece0 100644 --- a/php-80/Dockerfile +++ b/php-80/Dockerfile @@ -235,7 +235,6 @@ RUN set -xe; \ curl -Ls https://github.com/rockdaboot/libpsl/archive/refs/tags/${VERSION_LIBPSL}.tar.gz \ | tar xzC ${LIBPSL_BUILD_DIR} --strip-components=1 WORKDIR ${LIBPSL_BUILD_DIR}/ -RUN ./autogen.sh && autoconf RUN CFLAGS="" \ CPPFLAGS="-I${INSTALL_DIR}/include -I/usr/include" \ LDFLAGS="-L${INSTALL_DIR}/lib64 -L${INSTALL_DIR}/lib" \ diff --git a/php-81/Dockerfile b/php-81/Dockerfile index 0ef804d6..32ba0c22 100644 --- a/php-81/Dockerfile +++ b/php-81/Dockerfile @@ -236,7 +236,6 @@ RUN set -xe; \ curl -Ls https://github.com/rockdaboot/libpsl/archive/refs/tags/${VERSION_LIBPSL}.tar.gz \ | tar xzC ${LIBPSL_BUILD_DIR} --strip-components=1 WORKDIR ${LIBPSL_BUILD_DIR}/ -RUN ./autogen.sh && autoconf RUN CFLAGS="" \ CPPFLAGS="-I${INSTALL_DIR}/include -I/usr/include" \ LDFLAGS="-L${INSTALL_DIR}/lib64 -L${INSTALL_DIR}/lib" \ diff --git a/php-82/Dockerfile b/php-82/Dockerfile index e1478059..161a8623 100644 --- a/php-82/Dockerfile +++ b/php-82/Dockerfile @@ -236,7 +236,6 @@ RUN set -xe; \ curl -Ls https://github.com/rockdaboot/libpsl/archive/refs/tags/${VERSION_LIBPSL}.tar.gz \ | tar xzC ${LIBPSL_BUILD_DIR} --strip-components=1 WORKDIR ${LIBPSL_BUILD_DIR}/ -RUN ./autogen.sh && autoconf RUN CFLAGS="" \ CPPFLAGS="-I${INSTALL_DIR}/include -I/usr/include" \ LDFLAGS="-L${INSTALL_DIR}/lib64 -L${INSTALL_DIR}/lib" \ diff --git a/php-83/Dockerfile b/php-83/Dockerfile index 92ce50a5..369e7477 100644 --- a/php-83/Dockerfile +++ b/php-83/Dockerfile @@ -236,7 +236,6 @@ RUN set -xe; \ curl -Ls https://github.com/rockdaboot/libpsl/archive/refs/tags/${VERSION_LIBPSL}.tar.gz \ | tar xzC ${LIBPSL_BUILD_DIR} --strip-components=1 WORKDIR ${LIBPSL_BUILD_DIR}/ -RUN ./autogen.sh && autoconf RUN CFLAGS="" \ CPPFLAGS="-I${INSTALL_DIR}/include -I/usr/include" \ LDFLAGS="-L${INSTALL_DIR}/lib64 -L${INSTALL_DIR}/lib" \