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

View file

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