Skip to content

Commit

Permalink
Dockerfile: Add g++-multilib to docker image
Browse files Browse the repository at this point in the history
This commit adds the `g++-multilib` package to the docker image,
which will fix build errors for some 32-bit platforms if we use
this docker image to build test cases on 64-bit machines.

Fixes: #48

Signed-off-by: Henry Wang <Henry.Wang@arm.com>
  • Loading branch information
MrXinWang authored and nashif committed Feb 5, 2021
1 parent 7a80968 commit f147b33
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ RUN apt-get install --no-install-recommends -y \
g++ \
gcc \
gcc-multilib \
g++-multilib \
gcovr \
git \
git-core \
Expand Down

0 comments on commit f147b33

Please sign in to comment.