mirror of
https://github.com/NohamR/prometheus-qbittorrent-exporter.git
synced 2025-05-23 00:29:28 +00:00
Use official python image
This commit is contained in:
parent
af0902b742
commit
70ec628045
@ -1,8 +1,4 @@
|
||||
FROM alpine:3.11
|
||||
|
||||
# Installing required packages
|
||||
RUN apk add --update --no-cache \
|
||||
python3
|
||||
FROM python:3.8-alpine3.17
|
||||
|
||||
# Install package
|
||||
WORKDIR /code
|
||||
|
Loading…
x
Reference in New Issue
Block a user