rss-bridge/.devcontainer/Dockerfile

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

8 lines
225 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 && \
pear install PHP_CodeSniffer && \
2023-03-07 17:10:36 +01:00
docker-php-ext-enable xdebug