Skip to content
Snippets Groups Projects
Commit 0147db23 authored by ale's avatar ale
Browse files

Download php-fpm-exporter via Dockerfile

parent 3e53d980
No related branches found
No related tags found
1 merge request!4Use S6
...@@ -2,6 +2,7 @@ FROM registry.git.autistici.org/ai3/docker/apache2-base:s6 ...@@ -2,6 +2,7 @@ FROM registry.git.autistici.org/ai3/docker/apache2-base:s6
COPY conf /tmp/conf COPY conf /tmp/conf
COPY build.sh /tmp/build.sh COPY build.sh /tmp/build.sh
ADD https://github.com/hipages/php-fpm_exporter/releases/download/v2.0.3/php-fpm_exporter_2.0.3_linux_amd64 /usr/sbin/php-fpm-exporter
RUN /tmp/build.sh && rm -rf /tmp/build.sh /tmp/conf RUN /tmp/build.sh && rm -rf /tmp/build.sh /tmp/conf
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment