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 53b79e9 commit b3266fb
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions php-80/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,7 @@ RUN make install
# https://github.com/rockdaboot/libpsl/releases
# Needed by:
# - curl
RUN yum install -y autoconf
ENV VERSION_LIBPSL=0.21.5
ENV LIBPSL_BUILD_DIR=${BUILD_DIR}/libpsl
RUN set -xe; \
Expand Down
1 change: 1 addition & 0 deletions php-81/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,7 @@ RUN make install
# https://github.com/rockdaboot/libpsl/releases
# Needed by:
# - curl
RUN yum install -y autoconf
ENV VERSION_LIBPSL=0.21.5
ENV LIBPSL_BUILD_DIR=${BUILD_DIR}/libpsl
RUN set -xe; \
Expand Down
1 change: 1 addition & 0 deletions php-82/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,7 @@ RUN make install
# https://github.com/rockdaboot/libpsl/releases
# Needed by:
# - curl
RUN yum install -y autoconf
ENV VERSION_LIBPSL=0.21.5
ENV LIBPSL_BUILD_DIR=${BUILD_DIR}/libpsl
RUN set -xe; \
Expand Down
1 change: 1 addition & 0 deletions php-83/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,7 @@ RUN make install
# https://github.com/rockdaboot/libpsl/releases
# Needed by:
# - curl
RUN yum install -y autoconf
ENV VERSION_LIBPSL=0.21.5
ENV LIBPSL_BUILD_DIR=${BUILD_DIR}/libpsl
RUN set -xe; \
Expand Down

0 comments on commit b3266fb

Please sign in to comment.