Skip to content

Commit

Permalink
Fix dev dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
pvizeli committed Nov 5, 2019
1 parent 1e398a8 commit 10247f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile.dev
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ RUN git clone --depth 1 https://github.com/home-assistant/hass-release \
WORKDIR /workspaces

# 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 \
&& 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
ENV SHELL /bin/bash

0 comments on commit 10247f6

Please sign in to comment.