Update Dockerfile

This commit is contained in:
mc303 2020-10-28 19:38:08 +01:00 committed by GitHub
parent 861278ea17
commit 8283c37955
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,8 +15,7 @@ RUN docker-php-ext-configure mysqli --with-mysqli=mysqlnd && \
docker-php-ext-install mysqli && \
docker-php-ext-install json && \
docker-php-ext-install pdo_mysql && \
ln -s /usr/include/x86_64-linux-gnu/gmp.h /usr/include/gmp.h && \
docker-php-ext-configure gmp --with-gmp=/usr/include/x86_64-linux-gnu && \
docker-php-ext-configure gmp && \
docker-php-ext-install gmp && \
docker-php-ext-install pcntl