diff --git a/Dockerfile b/Dockerfile index 5465354..d4044bc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,8 +1,8 @@ -FROM debian:bullseye-slim +FROM debian:trixie-slim # COPY requirements.txt / COPY init.sh / -RUN apt update && apt install python3 python3-pip -y && pip3 install -r /requirements.txt && apt clean +RUN apt update && apt install python3 python3-pip -y && pip3 install -r /requirements.txt --break-system-packages && apt clean COPY enphase.py /usr/local/bin/ RUN chmod +x /init.sh && chmod +x /usr/local/bin/enphase.py CMD ["/init.sh"] \ No newline at end of file