mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-21 13:41:47 +00:00
pull latest readability-php via composer
This commit is contained in:
8
plugins/af_readability/vendor/andreskrey/readability.php/docker/php/Dockerfile
vendored
Normal file
8
plugins/af_readability/vendor/andreskrey/readability.php/docker/php/Dockerfile
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
ARG PHP_VERSION
|
||||
ARG LIBXML_VERSION
|
||||
FROM andreskrey/php-${PHP_VERSION}:libxml-${LIBXML_VERSION}
|
||||
|
||||
RUN pecl install xdebug && docker-php-ext-enable xdebug
|
||||
|
||||
# Required by coveralls
|
||||
RUN apt-get install git -y
|
||||
Reference in New Issue
Block a user