1
0
Fork 0
mirror of https://github.com/fernwerker/ownDynDNS.git synced 2025-07-11 14:45:42 +02:00
ownDynDNS/php/Dockerfile

4 lines
108 B
Text
Raw Normal View History

2024-02-13 14:46:01 +01:00
FROM php:fpm-alpine
2024-02-13 15:37:21 +01:00
RUN apk add --no-cache libxml2 \
&& docker-php-ext-install soap
2024-02-13 14:46:01 +01:00
VOLUME /var/www/html