We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ecd3ef1 commit 009691dCopy full SHA for 009691d
docker/debian/Dockerfile
@@ -49,7 +49,7 @@ pkgs+=(ninja-build) # Required build tool.
49
pkgs+=(pipx) # Package manager for Python applications.
50
pkgs+=(wget) # Required build tool.
51
apt update
52
-apt install -y "${pkgs[@]}"
+apt install -y --no-install-recommends "${pkgs[@]}"
53
EOF
54
55
# Install Conan && gcovr.
docker/ubuntu/Dockerfile
@@ -38,7 +38,7 @@ pkgs+=(ninja-build) # Required build tool.
38
39
40
41
42
43
44
0 commit comments