From 1d07ddaa61345e71250ee8972616d4d57cb58dee Mon Sep 17 00:00:00 2001 From: Marcel R Date: Wed, 15 Nov 2023 18:29:14 +0100 Subject: [PATCH] Update Dockerfile_39_base --- docker/Dockerfile_39_base | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/Dockerfile_39_base b/docker/Dockerfile_39_base index 41e90a6..035c135 100644 --- a/docker/Dockerfile_39_base +++ b/docker/Dockerfile_39_base @@ -9,7 +9,7 @@ RUN apt-get install -y nano less htop git; apt-get clean # python software stack RUN pip install --no-cache-dir --upgrade pip setuptools -RUN pip install --no-cache-dir --upgrade ipython +RUN pip install --no-cache-dir --upgrade pytest pytest-xdist # initial command CMD ["bash", "-i", "-l"]