1
0
mirror of https://github.com/home-assistant/supervisor.git synced 2026-02-14 23:19:37 +00:00
* Pin black version

* fix devcontainer
This commit is contained in:
Pascal Vizeli
2019-10-30 23:18:04 +01:00
committed by GitHub
parent 93f4c5e207
commit 380ca13be1
5 changed files with 9 additions and 15 deletions

View File

@@ -36,7 +36,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
# Install Python dependencies from requirements.txt if it exists
COPY requirements.txt requirements_tests.txt ./
RUN pip3 install -r requirements.txt -r requirements_tests.txt \
&& pip3 install black tox \
&& pip3 install tox \
&& rm -f requirements.txt requirements_tests.txt
# Set the default shell to bash instead of sh