mirror of
https://github.com/esphome/esphome.git
synced 2024-11-21 11:37:27 +01:00
Remove -e for hassio images (#2964)
This commit is contained in:
parent
cb0677cafe
commit
f859b346a6
@ -112,7 +112,7 @@ RUN \
|
||||
|
||||
# Copy esphome and install
|
||||
COPY . /esphome
|
||||
RUN pip3 install --no-cache-dir -e /esphome
|
||||
RUN pip3 install --no-cache-dir /esphome
|
||||
|
||||
# Labels
|
||||
LABEL \
|
||||
|
Loading…
Reference in New Issue
Block a user