mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-01-31 04:47:43 +01:00
7 lines
187 B
Docker
7 lines
187 B
Docker
|
FROM rssbridge/rss-bridge:latest
|
||
|
|
||
|
RUN apt-get update && \
|
||
|
apt-get install --yes --no-install-recommends \
|
||
|
git && \
|
||
|
pecl install xdebug && \
|
||
|
docker-php-ext-enable xdebug
|