Skip to content

Commit

Permalink
Add pecl
Browse files Browse the repository at this point in the history
  • Loading branch information
Bockiii authored Oct 23, 2023
1 parent f134808 commit af90796
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ FROM rssbridge/rss-bridge:latest

RUN apt-get update && \
apt-get install --yes --no-install-recommends \
git && \
git \
php-pear && \
pecl install xdebug && \
pear install PHP_CodeSniffer && \
docker-php-ext-enable xdebug
docker-php-ext-enable xdebug

0 comments on commit af90796

Please sign in to comment.