Skip to content
Snippets Groups Projects
Commit 29086185 authored by Dominik Hebeler's avatar Dominik Hebeler
Browse files

added missing extension

parent 14777ece
No related branches found
No related tags found
No related merge requests found
...@@ -18,6 +18,7 @@ RUN apk add --update \ ...@@ -18,6 +18,7 @@ RUN apk add --update \
php7-xml \ php7-xml \
php7-curl \ php7-curl \
php7-dom \ php7-dom \
php7-fileinfo \
&& rm -rf /var/cache/apk/* && rm -rf /var/cache/apk/*
WORKDIR /html WORKDIR /html
......
...@@ -18,6 +18,7 @@ RUN apk add --update \ ...@@ -18,6 +18,7 @@ RUN apk add --update \
php7-xml \ php7-xml \
php7-curl \ php7-curl \
php7-dom \ php7-dom \
php7-fileinfo \
&& rm -rf /var/cache/apk/* && rm -rf /var/cache/apk/*
WORKDIR /html WORKDIR /html
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment