Skip to content

Commit

Permalink
install g++-multilib
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasfernog-crabnebula committed Oct 8, 2024
1 parent 4259ae4 commit a70883c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit a70883c

Please sign in to comment.