From b6d7efa25b4f8169c5147320f958aae1199df47c Mon Sep 17 00:00:00 2001 From: NiiWiiCamo Date: Tue, 13 Feb 2024 15:37:21 +0100 Subject: [PATCH] install dependencies --- php/Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/php/Dockerfile b/php/Dockerfile index 128620b..173de78 100644 --- a/php/Dockerfile +++ b/php/Dockerfile @@ -1,2 +1,4 @@ FROM php:fpm-alpine +RUN apk add --no-cache libxml2 \ + && docker-php-ext-install soap VOLUME /var/www/html \ No newline at end of file