mirror of
https://github.com/wallabag/wallabag.git
synced 2025-02-09 08:08:39 +01:00
Add missing tidy extension on Docker
It's required in the 2.4 version
This commit is contained in:
parent
830cce45b3
commit
0deec4082f
@ -12,7 +12,8 @@ RUN apt-get update && apt-get install -y \
|
||||
libjpeg-dev \
|
||||
libsqlite3-dev \
|
||||
imagemagick \
|
||||
libmagickwand-dev
|
||||
libmagickwand-dev \
|
||||
libtidy-dev
|
||||
RUN docker-php-ext-install \
|
||||
iconv \
|
||||
mbstring \
|
||||
@ -20,7 +21,8 @@ RUN docker-php-ext-install \
|
||||
pdo \
|
||||
pdo_mysql \
|
||||
pdo_pgsql \
|
||||
pdo_sqlite
|
||||
pdo_sqlite \
|
||||
tidy
|
||||
|
||||
RUN printf "\n" | pecl install imagick && docker-php-ext-enable imagick
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user