diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile index 3ddd873b..fbc48d6a 100644 --- a/.devcontainer/Dockerfile +++ b/.devcontainer/Dockerfile @@ -9,6 +9,6 @@ RUN apt-get update \ && apt-get clean -y \ && rm -rf /var/lib/apt/lists/* -RUN python3 -m pip install pre-commit +RUN python3 -m pip install -r requirements.txt ENV PATH="${PATH}:./node_modules/.bin"