We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf1cb83 commit a727b12Copy full SHA for a727b12
QT/docker/install-devel-packages.sh
@@ -51,7 +51,7 @@ elif [ -f /etc/debian_version ] ; then
51
ccache lsb-release
52
download
53
for pkg in `grep Build-Depends $LDVIEW/QT/debian/control | cut -d: -f2| sed 's/(.*)//g' | tr -d ,` libtinyxml-dev libgl2ps-dev ; do
54
- apt-get install -y $pkg
+ apt-get --no-install-recommends install -y $pkg
55
done
56
elif [ -f /etc/mandriva-release ] ; then
57
urpmi --auto git rpm-build
0 commit comments