79626275

Date: 2025-05-17 07:13:53
Score: 1
Natty:
Report link

I had a similar problem. The solution was to install libssl-dev and then ext-ftp. So in the Dockerfile you need to add in this order:

RUN apt-get update && apt-get install -y libssl-dev
RUN docker-php-ext-configure ftp --with-openssl-dir=/usr \
&& docker-php-ext-install ftp
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Tomasz KartasiƄski