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

install dependencies

This commit is contained in:
NiiWiiCamo 2024-02-13 15:37:21 +01:00
parent 28f384ee92
commit b6d7efa25b

View file

@ -1,2 +1,4 @@
FROM php:fpm-alpine
RUN apk add --no-cache libxml2 \
&& docker-php-ext-install soap
VOLUME /var/www/html