Block a user
enphase (latest)
Installation
docker pull git.hamik.net/paradizelost/enphase:latest
sha256:e5f30e34fa4d4c016c75d23976d8def473bcca01b694160d080c0fbe18a67e3e
Image Layers
# debian.sh --arch 'amd64' out/ 'trixie' '@1754870400' |
COPY requirements.txt / # buildkit |
COPY init.sh / # buildkit |
RUN /bin/sh -c apt update && apt install python3 python3-pip -y && pip3 install -r /requirements.txt --break-system-packages && apt clean # buildkit |
COPY enphase.py /usr/local/bin/ # buildkit |
RUN /bin/sh -c chmod +x /init.sh && chmod +x /usr/local/bin/enphase.py # buildkit |
CMD ["/init.sh"] |
Details
Versions (2)
View all