mirror of
https://github.com/esphome/esphome.git
synced 2024-11-10 01:07:45 +01:00
Apply --no-use-pep517 for docker images (#2985)
This commit is contained in:
parent
e5775cf812
commit
b601560e81
1 changed files with 2 additions and 2 deletions
|
@ -64,7 +64,7 @@ RUN \
|
|||
|
||||
# Copy esphome and install
|
||||
COPY . /esphome
|
||||
RUN pip3 install --no-cache-dir /esphome
|
||||
RUN pip3 install --no-cache-dir --no-use-pep517 -e /esphome
|
||||
|
||||
# Settings for dashboard
|
||||
ENV USERNAME="" PASSWORD=""
|
||||
|
@ -112,7 +112,7 @@ RUN \
|
|||
|
||||
# Copy esphome and install
|
||||
COPY . /esphome
|
||||
RUN pip3 install --no-cache-dir /esphome
|
||||
RUN pip3 install --no-cache-dir --no-use-pep517 -e /esphome
|
||||
|
||||
# Labels
|
||||
LABEL \
|
||||
|
|
Loading…
Reference in a new issue