mirror of
https://github.com/wallabag/wallabag.git
synced 2024-11-15 21:41:06 +00:00
Merge pull request #4049 from wallabag/fix/tidy-docker
Add missing tidy extension on Docker
This commit is contained in:
commit
d0841c7a27
1 changed files with 4 additions and 2 deletions
|
@ -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…
Reference in a new issue