Skip to content

Commit

Permalink
fix: build
Browse files Browse the repository at this point in the history
  • Loading branch information
daflyinbed committed Apr 27, 2024
1 parent ad50846 commit 906b683
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion devcontainers/php/.devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ FROM ghcr.io/mooncellwiki/php:latest
ADD https://github.com/mlocati/docker-php-extension-installer/releases/latest/download/install-php-extensions /usr/local/bin/

RUN mv /usr/local/etc/php/conf.d/php.ini /usr/local/etc/php/conf.d/php.ini2
RUN install-php-extensions \
RUN chmod +x /usr/local/bin/install-php-extensions && \
install-php-extensions \
xdebug
RUN mv /usr/local/etc/php/conf.d/php.ini2 /usr/local/etc/php/conf.d/php.ini

0 comments on commit 906b683

Please sign in to comment.