Skip to content

Commit

Permalink
Merge pull request #1 from Church13/add-soap
Browse files Browse the repository at this point in the history
Add php-soap to 8.0 container
  • Loading branch information
Church13 authored Oct 7, 2023
2 parents 4ecc270 + fc695d5 commit 4036072
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions php8.0/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ FROM wordpress:php8.0
RUN pecl install redis && \
docker-php-ext-enable redis

RUN apt-get update && apt-get install -y libxml2-dev

RUN docker-php-ext-install soap

COPY custom.ini $PHP_INI_DIR/conf.d/

USER www-data:www-data

0 comments on commit 4036072

Please sign in to comment.