mirror of
https://github.com/MaxenceG2M/prometheus-immich-exporter.git
synced 2025-12-08 23:03:22 +00:00
feat: add load average and virtual memory metrics
Added load average and virtual memory metrics Some optimizations
This commit is contained in:
@@ -3,7 +3,7 @@ FROM alpine:3.18.4
|
||||
# Installing required packages
|
||||
FROM alpine/doctl
|
||||
ENV PYTHONUNBUFFERED=1
|
||||
RUN apk add --update --no-cache python3 py-pip && ln -sf python3 /usr/bin/python
|
||||
RUN apk add --update --no-cache python3 py-pip gcc python3-dev musl-dev linux-headers && ln -sf python3 /usr/bin/python
|
||||
#RUN python3 -m ensurepip
|
||||
RUN pip3 install --break-system-packages --no-cache --upgrade pip setuptools
|
||||
|
||||
|
||||
Reference in New Issue
Block a user