mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-30 22:53:59 +00:00 
			
		
		
		
	Try fix docker build
This commit is contained in:
		| @@ -19,8 +19,8 @@ RUN platformio settings set enable_telemetry No && \ | ||||
|     platformio run -e espressif32 -e espressif8266; exit 0 | ||||
|  | ||||
| COPY . . | ||||
| RUN pip install -e . && \ | ||||
|     pip install tzlocal | ||||
| RUN pip install --no-cache-dir -e . && \ | ||||
|     pip install --no-cache-dir tzlocal | ||||
|  | ||||
| WORKDIR /config | ||||
| ENTRYPOINT ["esphomeyaml"] | ||||
|   | ||||
		Reference in New Issue
	
	Block a user