Skip to content
Snippets Groups Projects
Commit 1b3870ac authored by chaerla's avatar chaerla
Browse files

fix: docker file

parent 23c6ca04
No related merge requests found
......@@ -10,9 +10,10 @@ RUN apt-get update && \
wget \
git \
unzip \
-y --no-install-recommends
-y --no-install-recommends \
-y libxml2-dev
RUN docker-php-ext-install zip pdo_mysql pdo
RUN docker-php-ext-install zip pdo_mysql pdo soap
COPY ./php.ini /usr/local/etc/php/
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment