wyveo / nginx-php-fpm

Nginx + PHP-FPM 8.2.x / 8.1.x / 8.0.x / 7.4.x / 7.3.x / 7.2.x / 7.1.x / 7.0.x + Composer built on Debian (Bullseye/Buster) image
https://hub.docker.com/r/wyveo/nginx-php-fpm
MIT License
345 stars 249 forks source link

Installing php-soap #6

Closed PierrePaul closed 5 years ago

PierrePaul commented 5 years ago

Any idea how to install php-soap with this Dockerfile?

PierrePaul commented 5 years ago

My bad, forgot the apt-get update before installing :

RUN apt-get update -y \
  && apt-get install -y \
    libxml2-dev \
    php-soap \
  && apt-get clean -y