From 6934377065863f9650bc1a1cf917f305c6e74565 Mon Sep 17 00:00:00 2001 From: Simon Blanke Date: Tue, 9 Jan 2024 08:23:03 +0100 Subject: [PATCH] add install for testing packages to Dockerfile --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index c8504ed..bbbdd9a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,3 +6,4 @@ COPY ./requirements.txt . # Install pipenv RUN python -m pip install -r requirements.txt +RUN python -m pip install flake8 pytest coveralls codecov pytest-cov \ No newline at end of file