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