Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
GrahamCampbell committed Jan 31, 2024
1 parent b3266fb commit 289e20a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion php-80/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ RUN make install
# https://github.com/rockdaboot/libpsl/releases
# Needed by:
# - curl
RUN yum install -y autoconf
RUN yum install -y autoconf autoconf-archive
ENV VERSION_LIBPSL=0.21.5
ENV LIBPSL_BUILD_DIR=${BUILD_DIR}/libpsl
RUN set -xe; \
Expand Down
2 changes: 1 addition & 1 deletion php-81/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ RUN make install
# https://github.com/rockdaboot/libpsl/releases
# Needed by:
# - curl
RUN yum install -y autoconf
RUN yum install -y autoconf autoconf-archive
ENV VERSION_LIBPSL=0.21.5
ENV LIBPSL_BUILD_DIR=${BUILD_DIR}/libpsl
RUN set -xe; \
Expand Down
2 changes: 1 addition & 1 deletion php-82/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ RUN make install
# https://github.com/rockdaboot/libpsl/releases
# Needed by:
# - curl
RUN yum install -y autoconf
RUN yum install -y autoconf autoconf-archive
ENV VERSION_LIBPSL=0.21.5
ENV LIBPSL_BUILD_DIR=${BUILD_DIR}/libpsl
RUN set -xe; \
Expand Down
2 changes: 1 addition & 1 deletion php-83/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ RUN make install
# https://github.com/rockdaboot/libpsl/releases
# Needed by:
# - curl
RUN yum install -y autoconf
RUN yum install -y autoconf autoconf-archive
ENV VERSION_LIBPSL=0.21.5
ENV LIBPSL_BUILD_DIR=${BUILD_DIR}/libpsl
RUN set -xe; \
Expand Down

0 comments on commit 289e20a

Please sign in to comment.