add gmp library to php container as it is required for the bookmarks

addon
This commit is contained in:
bsod 2019-10-22 19:51:59 +02:00
parent c4c0281354
commit b1d603fb91
1 changed files with 2 additions and 0 deletions

View File

@ -22,6 +22,7 @@ RUN \
libfreetype6-dev \
libssl-dev \
libjpeg-dev \
libgmp-dev \
curl \
cron && \
apt-get clean && \
@ -49,6 +50,7 @@ RUN \
ctype \
dom \
gd \
gmp \
iconv \
json \
mbstring \