Compare commits
	
		
			6 Commits
		
	
	
		
			work
			...
			0442f586e4
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| 0442f586e4 | |||
| a235bc46ba | |||
| db460df4a9 | |||
| 3f47a4640d | |||
| e45ca1b2d3 | |||
| 1402c07e70 | 
| @@ -1,8 +1,8 @@ | ||||
| FROM debian:trixie-slim | ||||
| FROM debian:bullseye-slim | ||||
| # | ||||
| COPY requirements.txt / | ||||
| COPY init.sh / | ||||
| RUN apt update && apt install python3 python3-pip -y && pip3 install -r /requirements.txt --break-system-packages && apt clean | ||||
| RUN apt update && apt install python3 python3-pip -y && pip3 install -r /requirements.txt && apt clean | ||||
| COPY enphase.py /usr/local/bin/ | ||||
| RUN chmod +x /init.sh && chmod +x /usr/local/bin/enphase.py | ||||
| CMD ["/init.sh"] | ||||
		Reference in New Issue
	
	Block a user