Skip to content

Commit 149ab79

Browse files
Derp
1 parent 2b5db6a commit 149ab79

File tree

4 files changed

+0
-4
lines changed

4 files changed

+0
-4
lines changed

php-80/Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,6 @@ RUN set -xe; \
235235
curl -Ls https://github.com/rockdaboot/libpsl/archive/refs/tags/${VERSION_LIBPSL}.tar.gz \
236236
| tar xzC ${LIBPSL_BUILD_DIR} --strip-components=1
237237
WORKDIR ${LIBPSL_BUILD_DIR}/
238-
RUN ./autogen.sh && autoconf
239238
RUN CFLAGS="" \
240239
CPPFLAGS="-I${INSTALL_DIR}/include -I/usr/include" \
241240
LDFLAGS="-L${INSTALL_DIR}/lib64 -L${INSTALL_DIR}/lib" \

php-81/Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,6 @@ RUN set -xe; \
236236
curl -Ls https://github.com/rockdaboot/libpsl/archive/refs/tags/${VERSION_LIBPSL}.tar.gz \
237237
| tar xzC ${LIBPSL_BUILD_DIR} --strip-components=1
238238
WORKDIR ${LIBPSL_BUILD_DIR}/
239-
RUN ./autogen.sh && autoconf
240239
RUN CFLAGS="" \
241240
CPPFLAGS="-I${INSTALL_DIR}/include -I/usr/include" \
242241
LDFLAGS="-L${INSTALL_DIR}/lib64 -L${INSTALL_DIR}/lib" \

php-82/Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,6 @@ RUN set -xe; \
236236
curl -Ls https://github.com/rockdaboot/libpsl/archive/refs/tags/${VERSION_LIBPSL}.tar.gz \
237237
| tar xzC ${LIBPSL_BUILD_DIR} --strip-components=1
238238
WORKDIR ${LIBPSL_BUILD_DIR}/
239-
RUN ./autogen.sh && autoconf
240239
RUN CFLAGS="" \
241240
CPPFLAGS="-I${INSTALL_DIR}/include -I/usr/include" \
242241
LDFLAGS="-L${INSTALL_DIR}/lib64 -L${INSTALL_DIR}/lib" \

php-83/Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,6 @@ RUN set -xe; \
236236
curl -Ls https://github.com/rockdaboot/libpsl/archive/refs/tags/${VERSION_LIBPSL}.tar.gz \
237237
| tar xzC ${LIBPSL_BUILD_DIR} --strip-components=1
238238
WORKDIR ${LIBPSL_BUILD_DIR}/
239-
RUN ./autogen.sh && autoconf
240239
RUN CFLAGS="" \
241240
CPPFLAGS="-I${INSTALL_DIR}/include -I/usr/include" \
242241
LDFLAGS="-L${INSTALL_DIR}/lib64 -L${INSTALL_DIR}/lib" \

0 commit comments

Comments
 (0)