1
0
Fork 0
mirror of https://github.com/fernwerker/ownDynDNS.git synced 2025-07-10 06:05:13 +02:00

switch to libxml2-dev

This commit is contained in:
NiiWiiCamo 2024-02-13 15:58:02 +01:00
parent 1d3bdc61bc
commit 3e81bc503d

View file

@ -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