]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - docker/php/Dockerfile
Merge pull request #4163 from aaa2000/docker-increase-php-memory-limit
[github/wallabag/wallabag.git] / docker / php / Dockerfile
index 43e3cc5f323f4b3a2597bf9534e76278a963cb4f..171e12fc979e0d4ee3777e54a653cfc5bfb12418 100644 (file)
@@ -14,16 +14,21 @@ RUN apt-get update && apt-get install -y \
         libsqlite3-dev \
         imagemagick \
         libmagickwand-dev \
-        libtidy-dev
+        libtidy-dev \
+        git
 RUN docker-php-ext-install \
         iconv \
         mbstring \
+        gd \
         intl \
         pdo \
         pdo_mysql \
         pdo_pgsql \
         pdo_sqlite \
-        tidy
+        sockets \
+        tidy \
+        bcmath \
+        zip
 
 RUN printf "\n" | pecl install imagick && docker-php-ext-enable imagick