Skip to content
Snippets Groups Projects
Unverified Commit 12f4076f authored by Pascal Vizeli's avatar Pascal Vizeli Committed by GitHub
Browse files

Update Dockerfile

parent f30e54f0
Branches
Tags
No related merge requests found
...@@ -20,10 +20,10 @@ RUN git clone --depth 1 https://github.com/home-assistant/hass-release \ ...@@ -20,10 +20,10 @@ RUN git clone --depth 1 https://github.com/home-assistant/hass-release \
&& cd hass-release \ && cd hass-release \
&& pip3 install -e . && pip3 install -e .
WORKDIR /workspace 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 /workspace/ COPY requirements_test_all.txt homeassistant/package_constraints.txt .
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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment