add gmp library to php container as it is required for the bookmarks
addon
This commit is contained in:
parent
c4c0281354
commit
b1d603fb91
1 changed files with 2 additions and 0 deletions
|
@ -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 \
|
||||||
|
|
Loading…
Reference in a new issue