1
0
mirror of https://github.com/esphome/esphome.git synced 2025-10-30 22:53:59 +00:00

Add ESP32 Camera (#475)

* Add ESP32 Camera

* Fixes

* Updates

* Fix substitutions not working for non-ASCII

* Update docker base image to 1.3.0
This commit is contained in:
Otto Winter
2019-03-13 16:40:09 +01:00
committed by GitHub
parent c4ada8c9f0
commit f3ec83fe31
9 changed files with 213 additions and 8 deletions

View File

@@ -1,4 +1,4 @@
ARG BUILD_FROM=esphome/esphome-base-amd64:1.2.1
ARG BUILD_FROM=esphome/esphome-base-amd64:1.3.0
FROM ${BUILD_FROM}
COPY . .