1
0
mirror of https://github.com/RSS-Bridge/rss-bridge.git synced 2025-01-31 04:47:43 +01:00

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

7 lines
187 B
Docker
Raw Normal View History

2023-03-07 17:10:36 +01:00
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