mirror of
https://github.com/basnijholt/adaptive-lighting.git
synced 2026-09-11 22:34:04 +02:00
Set clone depth=1 to speedup the cloning of home-assistant/core (#472)
This commit is contained in:
parent
36154ca606
commit
87af937f41
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@ RUN apt-get update && \
|
|||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
# Clone home-assistant/core
|
||||
RUN git clone https://github.com/home-assistant/core.git /core
|
||||
RUN git clone --depth 1 https://github.com/home-assistant/core.git /core
|
||||
|
||||
# Install home-assistant/core dependencies
|
||||
RUN pip3 install -r /core/requirements.txt --use-pep517 && \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue