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 \
|
||||
libssl-dev \
|
||||
libjpeg-dev \
|
||||
libgmp-dev \
|
||||
curl \
|
||||
cron && \
|
||||
apt-get clean && \
|
||||
|
@ -49,6 +50,7 @@ RUN \
|
|||
ctype \
|
||||
dom \
|
||||
gd \
|
||||
gmp \
|
||||
iconv \
|
||||
json \
|
||||
mbstring \
|
||||
|
|
Loading…
Reference in a new issue