Skip to content

Commit 289e20a

Browse files
Fixes
1 parent b3266fb commit 289e20a

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

php-80/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ RUN make install
228228
# https://github.com/rockdaboot/libpsl/releases
229229
# Needed by:
230230
# - curl
231-
RUN yum install -y autoconf
231+
RUN yum install -y autoconf autoconf-archive
232232
ENV VERSION_LIBPSL=0.21.5
233233
ENV LIBPSL_BUILD_DIR=${BUILD_DIR}/libpsl
234234
RUN set -xe; \

php-81/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ RUN make install
229229
# https://github.com/rockdaboot/libpsl/releases
230230
# Needed by:
231231
# - curl
232-
RUN yum install -y autoconf
232+
RUN yum install -y autoconf autoconf-archive
233233
ENV VERSION_LIBPSL=0.21.5
234234
ENV LIBPSL_BUILD_DIR=${BUILD_DIR}/libpsl
235235
RUN set -xe; \

php-82/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ RUN make install
229229
# https://github.com/rockdaboot/libpsl/releases
230230
# Needed by:
231231
# - curl
232-
RUN yum install -y autoconf
232+
RUN yum install -y autoconf autoconf-archive
233233
ENV VERSION_LIBPSL=0.21.5
234234
ENV LIBPSL_BUILD_DIR=${BUILD_DIR}/libpsl
235235
RUN set -xe; \

php-83/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ RUN make install
229229
# https://github.com/rockdaboot/libpsl/releases
230230
# Needed by:
231231
# - curl
232-
RUN yum install -y autoconf
232+
RUN yum install -y autoconf autoconf-archive
233233
ENV VERSION_LIBPSL=0.21.5
234234
ENV LIBPSL_BUILD_DIR=${BUILD_DIR}/libpsl
235235
RUN set -xe; \

0 commit comments

Comments
 (0)