Skip to content

Commit a727b12

Browse files
committed
Docker: Debian update
1 parent bf1cb83 commit a727b12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

QT/docker/install-devel-packages.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ elif [ -f /etc/debian_version ] ; then
5151
ccache lsb-release
5252
download
5353
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
54+
apt-get --no-install-recommends install -y $pkg
5555
done
5656
elif [ -f /etc/mandriva-release ] ; then
5757
urpmi --auto git rpm-build

0 commit comments

Comments
 (0)