mirror of
https://github.com/esphome/esphome.git
synced 2024-11-10 09:17:46 +01:00
Remove -e for hassio images (#2964)
This commit is contained in:
parent
41879e41e6
commit
28f87dc804
1 changed files with 1 additions and 1 deletions
|
@ -112,7 +112,7 @@ RUN \
|
||||||
|
|
||||||
# Copy esphome and install
|
# Copy esphome and install
|
||||||
COPY . /esphome
|
COPY . /esphome
|
||||||
RUN pip3 install --no-cache-dir -e /esphome
|
RUN pip3 install --no-cache-dir /esphome
|
||||||
|
|
||||||
# Labels
|
# Labels
|
||||||
LABEL \
|
LABEL \
|
||||||
|
|
Loading…
Reference in a new issue