enphase (dev)
Installation
docker pull git.hamik.net/paradizelost/enphase:dev
sha256:9b23f405f95ba15d0f86d29721c001c0130950936f90bf134c33c71c0a049bcc
Image Layers
ADD rootfs.tar.xz / # buildkit |
CMD ["bash"] |
RUN /bin/sh -c apt update && apt install python3 python3-pip -y # buildkit |
COPY enphase.py /usr/local/bin/ # buildkit |
COPY requirements.txt / # buildkit |
COPY init.sh / # buildkit |
RUN /bin/sh -c chmod +x /init.sh # buildkit |
RUN /bin/sh -c chmod +x /usr/local/bin/enphase.py # buildkit |
RUN /bin/sh -c pip3 install -r /requirements.txt # buildkit |
RUN /bin/sh -c apt clean # buildkit |
CMD ["/init.sh"] |
Details
Versions (2)
View all