Skip to content

Commit

Permalink
Merge pull request #2 from EHER/master
Browse files Browse the repository at this point in the history
Enable extensions required to run composer
  • Loading branch information
malukenho authored Feb 8, 2019
2 parents 70410be + 30883c9 commit 2680a38
Showing 1 changed file with 16 additions and 15 deletions.
31 changes: 16 additions & 15 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -114,24 +114,25 @@ RUN set -eux; \
./buildconf; \
./configure \
--build="$gnuArch" \
--enable-bcmath \
--enable-dom \
--enable-filter \
--enable-json \
--enable-libxml \
--enable-mbstring \
--enable-phar \
--enable-simplexml \
--enable-sockets \
--enable-tokenizer \
--enable-xml \
--enable-xmlreader \
--enable-xmlwriter \
--with-config-file-path="$PHP_INI_DIR" \
--with-config-file-scan-dir="$PHP_INI_DIR/conf.d" \
\
--disable-all \
# --enable-option-checking=fatal \
\
#### --with-mhash \
#### \
#### --enable-ftp \
#### --enable-mbstring \
#### --enable-mysqlnd \
#### --with-password-argon2 \
--with-openssl \
--with-sodium=shared \
#### \
#### --with-curl \
#### --with-libedit \
#### --with-openssl \
#### --with-zlib \
--with-zlib \
--disable-all \
\
$(test "$gnuArch" = 's390x-linux-gnu' && echo '--without-pcre-jit') \
--with-libdir="lib/$debMultiarch" \
Expand Down

0 comments on commit 2680a38

Please sign in to comment.