Update Dockerfile
parent
12f4076f70
commit
e685f077ae
|
@ -23,7 +23,7 @@ RUN git clone --depth 1 https://github.com/home-assistant/hass-release \
|
||||||
WORKDIR /workspaces
|
WORKDIR /workspaces
|
||||||
|
|
||||||
# Install Python dependencies from requirements.txt if it exists
|
# Install Python dependencies from requirements.txt if it exists
|
||||||
COPY requirements_test_all.txt homeassistant/package_constraints.txt .
|
COPY requirements_test_all.txt homeassistant/package_constraints.txt /workspaces/
|
||||||
RUN pip3 install -r requirements_test_all.txt -c package_constraints.txt
|
RUN pip3 install -r requirements_test_all.txt -c package_constraints.txt
|
||||||
|
|
||||||
# Set the default shell to bash instead of sh
|
# Set the default shell to bash instead of sh
|
||||||
|
|
Loading…
Reference in New Issue