mirror of
https://github.com/MaxenceG2M/prometheus-immich-exporter.git
synced 2025-12-08 23:03:22 +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
|
# Installing required packages
|
||||||
RUN apk add --update --no-cache \
|
FROM alpine/doctl
|
||||||
python3
|
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
|
# Install package
|
||||||
WORKDIR /code
|
WORKDIR /code
|
||||||
|
|||||||
Reference in New Issue
Block a user