mirror of
https://github.com/MaxenceG2M/prometheus-immich-exporter.git
synced 2025-12-08 14:53:23 +00:00
immich env vars added
alpine updated from 3.11 to 3.16.3
This commit is contained in:
@@ -1,8 +1,11 @@
|
||||
FROM alpine:3.11
|
||||
FROM alpine:3.16.4
|
||||
|
||||
# Installing required packages
|
||||
RUN apk add --update --no-cache \
|
||||
python3
|
||||
FROM alpine/doctl
|
||||
ENV PYTHONUNBUFFERED=1
|
||||
RUN apk add --update --no-cache python3 && ln -sf python3 /usr/bin/python
|
||||
RUN python3 -m ensurepip
|
||||
RUN pip3 install --no-cache --upgrade pip setuptools
|
||||
|
||||
# Install package
|
||||
WORKDIR /code
|
||||
|
||||
Reference in New Issue
Block a user