mirror of
https://github.com/MaxenceG2M/prometheus-immich-exporter.git
synced 2025-12-09 23:15:36 +00:00
Use official python image
This commit is contained in:
@@ -1,8 +1,4 @@
|
|||||||
FROM alpine:3.11
|
FROM python:3.8-alpine3.17
|
||||||
|
|
||||||
# Installing required packages
|
|
||||||
RUN apk add --update --no-cache \
|
|
||||||
python3
|
|
||||||
|
|
||||||
# Install package
|
# Install package
|
||||||
WORKDIR /code
|
WORKDIR /code
|
||||||
|
|||||||
Reference in New Issue
Block a user