Skip to content

Commit

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

RUN docker-php-ext-install soap

COPY custom.ini $PHP_INI_DIR/conf.d/

USER www-data:www-data

0 comments on commit afcca7e

Please sign in to comment.