PromPHP / prometheus_client_php

Prometheus instrumentation library for PHP applications
https://prometheus.io/docs/concepts/metric_types/
Apache License 2.0
423 stars 93 forks source link

Missing compose and other essential libs in php-fpm/Dockerfile #97

Closed RomanOrlovDev closed 1 year ago

RomanOrlovDev commented 1 year ago

Hi Guys,

just wondering - how do you install composer dependencies for the project if composer itself missing in the image that built from php-fpm/Dockerfile?

Also zip extensions are missing there

LKaemmerling commented 1 year ago

Hey @RomanOrlovDev,

this is used just in our Blackbox tests. It is build in the docker-compose file in the root folder and basically just there to have a basic web server to perform tests against :)

RomanOrlovDev commented 1 year ago

Got it!