Skip to content

Commit

Permalink
adding runkit to developer docker image (#800)
Browse files Browse the repository at this point in the history
runkit7 is used by AWS instrumentation over in -contrib
in passing, bump ast to latest stable version
  • Loading branch information
brettmc authored Aug 19, 2022
1 parent cb002a8 commit 74eda3d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,12 @@ ADD https://github.com/mlocati/docker-php-extension-installer/releases/latest/do
RUN chmod +x /usr/local/bin/install-php-extensions; \
apk add --update binutils; \
install-php-extensions \
ast-1.0.14 \
ast \
xdebug \
zip \
pcntl \
grpc \
runkit7-alpha \
sockets \
intl \
@composer \
Expand Down

0 comments on commit 74eda3d

Please sign in to comment.