From e685f077aec5fef455c96ddb82afd93fd2fcaebb Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Sat, 10 Aug 2019 12:27:32 +0200 Subject: [PATCH] Update Dockerfile --- .devcontainer/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile index 021f2bfa1b0..3bfc7e94148 100644 --- a/.devcontainer/Dockerfile +++ b/.devcontainer/Dockerfile @@ -23,7 +23,7 @@ RUN git clone --depth 1 https://github.com/home-assistant/hass-release \ WORKDIR /workspaces # 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 # Set the default shell to bash instead of sh