Skip to content

Commit

Permalink
For GPL-6145 Fix "ftp_ssl_connect" function undefined due to php8.2.1…
Browse files Browse the repository at this point in the history
  • Loading branch information
therealartz committed Mar 18, 2024
1 parent 996ddd1 commit ed117d7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions php-fpm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -1373,6 +1373,11 @@ RUN if [ ${INSTALL_DNSUTILS} = true ]; then \
apt-get update && apt-get install -y dnsutils \
;fi


RUN apt-get install -y libssl-dev && \
docker-php-ext-configure ftp --with-openssl-dir && \
docker-php-ext-install ftp;

###########################################################################
# Check PHP version:
###########################################################################
Expand Down

0 comments on commit ed117d7

Please sign in to comment.