mirror of https://github.com/wallabag/wallabag.git
Add package and PHP extension to PHP docker
This commit is contained in:
parent
ce4c2ead4b
commit
2068b4458d
|
@ -13,16 +13,21 @@ RUN apt-get update && apt-get install -y \
|
|||
libsqlite3-dev \
|
||||
imagemagick \
|
||||
libmagickwand-dev \
|
||||
libtidy-dev
|
||||
libtidy-dev \
|
||||
git
|
||||
RUN docker-php-ext-install \
|
||||
iconv \
|
||||
mbstring \
|
||||
gd \
|
||||
intl \
|
||||
pdo \
|
||||
pdo_mysql \
|
||||
pdo_pgsql \
|
||||
pdo_sqlite \
|
||||
tidy
|
||||
sockets \
|
||||
tidy \
|
||||
bcmath \
|
||||
zip
|
||||
|
||||
RUN printf "\n" | pecl install imagick && docker-php-ext-enable imagick
|
||||
|
||||
|
|
Loading…
Reference in New Issue