Skip to content

Commit

Permalink
Fix nightly intents in nightly builds (part2) (home-assistant#85818)
Browse files Browse the repository at this point in the history
  • Loading branch information
frenck authored Jan 13, 2023
1 parent e75c85f commit d44210e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ RUN \
--use-deprecated=legacy-resolver \
-r homeassistant/requirements.txt

COPY requirements_all.txt home_assistant_frontend-* homeassistant/
COPY requirements_all.txt home_assistant_frontend-* home_assistant_intents-* homeassistant/
RUN \
if ls homeassistant/home_assistant_frontend*.whl 1> /dev/null 2>&1; then \
pip3 install \
Expand Down

0 comments on commit d44210e

Please sign in to comment.