This commit is contained in:
ai-dev 2024-10-30 13:03:37 +01:00
parent ffa4976931
commit b1dbbe1a8b

View File

@ -44,7 +44,8 @@ RUN \
&& rm -r prometheus-${PROMETHEUS_VERSION}.linux-${ARCH} \ && rm -r prometheus-${PROMETHEUS_VERSION}.linux-${ARCH} \
&& chown -R prometheus:prometheus /etc/prometheus \ && chown -R prometheus:prometheus /etc/prometheus \
&& chmod +x /etc/cont-init.d/prometheus.sh \ && chmod +x /etc/cont-init.d/prometheus.sh \
&& chmod +x /etc/services.d/* \ && chmod +x /etc/services.d/prometheus/* \
&& chmod +x /etc/services.d/prometheus-configgen/* \
&& pip3 install \ && pip3 install \
--break-system-packages \ --break-system-packages \
--no-cache-dir \ --no-cache-dir \