e2e: Don't install recommended packages in docker

This commit is contained in:
2022-06-23 18:56:35 +02:00
parent 664cfb8965
commit 95da48b5e6

View File

@@ -1,7 +1,7 @@
FROM docker.io/debian:11.3
RUN apt-get update \
&& apt-get install -y \
&& apt-get install -y --no-install-recommends \
python3-pytest \
python3-toml \
python3-git \