summaryrefslogtreecommitdiffstats
path: root/support/docker
diff options
context:
space:
mode:
authorGaël PORTAY <gael.portay@savoirfairelinux.com>2018-02-05 16:57:08 -0500
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>2018-02-06 17:21:09 +0100
commit27d22296927d7e4ec0965f2bdaa272b1e8ea15e7 (patch)
tree339be3f2d4c786d33efe6d2681be76f00e19f142 /support/docker
parent73cbb077be00999494204dd2a408856ff3929cf2 (diff)
downloadbuildroot-27d22296927d7e4ec0965f2bdaa272b1e8ea15e7.tar.gz
buildroot-27d22296927d7e4ec0965f2bdaa272b1e8ea15e7.zip
support/dependencies: add check for c++ multilib
Some packages build C++ 32bits host-tools and need the g++-multilib to be installed on the build machine. As example, qt5webengine builds a C++ host-tool when target is 32bits. Add the check for g++-multilib to the dependencies script; and update the Dockerfile to install g++-multilib package. Signed-off-by: Gaël PORTAY <gael.portay@savoirfairelinux.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Diffstat (limited to 'support/docker')
-rw-r--r--support/docker/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/support/docker/Dockerfile b/support/docker/Dockerfile
index 474e073c61..ce3fdd9cc2 100644
--- a/support/docker/Dockerfile
+++ b/support/docker/Dockerfile
@@ -22,7 +22,7 @@ COPY apt-sources.list /etc/apt/sources.list
RUN dpkg --add-architecture i386 && \
apt-get update -y && \
apt-get install -y --no-install-recommends \
- build-essential cmake libc6:i386 gcc-multilib \
+ build-essential cmake libc6:i386 g++-multilib \
bc ca-certificates file locales rsync \
cvs bzr git mercurial subversion wget \
cpio unzip \
OpenPOWER on IntegriCloud