mirror of
https://github.com/fernwerker/ownDynDNS.git
synced 2025-07-10 14:15:14 +02:00
switch to libxml2-dev
This commit is contained in:
parent
1d3bdc61bc
commit
3e81bc503d
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
FROM php:fpm-alpine
|
FROM php:fpm-alpine
|
||||||
RUN apk add --no-cache libxml2 \
|
RUN apk add --no-cache libxml2-dev \
|
||||||
&& docker-php-ext-install soap
|
&& docker-php-ext-install soap
|
||||||
VOLUME /var/www/html
|
VOLUME /var/www/html
|
Loading…
Add table
Add a link
Reference in a new issue