Skip to content

docker: Add missing package g++-multilib

Frieder Schrempf requested to merge feature/docker-g++-multilib into master

The Ubuntu 18 image already has this, but 16 and 20 are missing this package. It is required for cross compiling some 32 bit packages (e. g. qtwebengine) on 64 bit hosts.

Merge request reports