e2e: Don't install recommended packages in docker
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
FROM docker.io/debian:11.3
|
FROM docker.io/debian:11.3
|
||||||
|
|
||||||
RUN apt-get update \
|
RUN apt-get update \
|
||||||
&& apt-get install -y \
|
&& apt-get install -y --no-install-recommends \
|
||||||
python3-pytest \
|
python3-pytest \
|
||||||
python3-toml \
|
python3-toml \
|
||||||
python3-git \
|
python3-git \
|
||||||
|
|||||||
Reference in New Issue
Block a user