diff --git a/Dockerfile b/Dockerfile index c37463ca08..7e9ea2159f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,7 +12,7 @@ RUN \ DEBIAN_FRONTEND=noninteractive \ echo 'debconf debconf/frontend select Noninteractive' | debconf-set-selections \ && ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone \ - && apt-get update && apt-get install -y lsb-release sudo \ + && apt-get update && apt-get install -y lsb-release sudo g++-multilib \ && sed -i 's/snapcraft/snapcraftnoinstall/g' /chromium_build/install-build-deps.sh \ && /chromium_build/install-build-deps.sh --no-prompt --no-chromeos-fonts \ && rm -rf /chromium_build \