Skip to content

Commit

Permalink
fix: php
Browse files Browse the repository at this point in the history
  • Loading branch information
daflyinbed authored Mar 10, 2024
1 parent cf2299b commit 19b203e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion php/dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ RUN chmod +x /usr/local/bin/install-php-extensions && \
RUN apt update && apt install -y python3 telnet libvips-tools

RUN curl -L -O https://github.com/elastic/apm-agent-php/releases/download/v1.13.0/apm-agent-php_1.13.0_amd64.deb && \
dpkg -iapm-agent-php_1.13.0_amd64.deb&& \
dpkg -i apm-agent-php_1.13.0_amd64.deb && \
rm apm-agent-php_1.13.0_amd64.deb

RUN php -m

0 comments on commit 19b203e

Please sign in to comment.