mirror of
https://github.com/home-assistant/core.git
synced 2025-07-15 09:17:10 +00:00
Fix dev dockerfile
This commit is contained in:
parent
1e398a8966
commit
10247f6799
@ -24,9 +24,9 @@ RUN git clone --depth 1 https://github.com/home-assistant/hass-release \
|
|||||||
WORKDIR /workspaces
|
WORKDIR /workspaces
|
||||||
|
|
||||||
# Install Python dependencies from requirements
|
# Install Python dependencies from requirements
|
||||||
COPY requirements_test.txt homeassistant/package_constraints.txt ./
|
COPY requirements_test.txt requirements_test_pre_commit.txt homeassistant/package_constraints.txt ./
|
||||||
RUN pip3 install -r requirements_test.txt -c package_constraints.txt \
|
RUN pip3 install -r requirements_test.txt -c package_constraints.txt \
|
||||||
&& rm -f requirements_test.txt package_constraints.txt
|
&& rm -f requirements_test.txt package_constraints.txt requirements_test_pre_commit.txt
|
||||||
|
|
||||||
# Set the default shell to bash instead of sh
|
# Set the default shell to bash instead of sh
|
||||||
ENV SHELL /bin/bash
|
ENV SHELL /bin/bash
|
||||||
|
Loading…
x
Reference in New Issue
Block a user