mirror of
https://github.com/jbowdre/phpipam-agent-docker.git
synced 2024-11-22 06:52:19 +00:00
Update Dockerfile
This commit is contained in:
parent
861278ea17
commit
8283c37955
1 changed files with 1 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue