mirror of
https://github.com/esphome/esphome.git
synced 2025-10-30 14:43:51 +00:00
Switch to Python 3 for docker installs (#774)
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
ARG BUILD_FROM=esphome/esphome-base-amd64:1.8.3
|
||||
ARG BUILD_FROM=esphome/esphome-base-amd64:2.0.0
|
||||
FROM ${BUILD_FROM}
|
||||
|
||||
COPY . .
|
||||
RUN pip2 install --no-cache-dir -e .
|
||||
RUN pip3 install --no-cache-dir -e .
|
||||
|
||||
ENV USERNAME=""
|
||||
ENV PASSWORD=""
|
||||
|
||||
Reference in New Issue
Block a user