Skip to content

Commit

Permalink
buildmaster: Add gcc-multilib needed for gcc2 compilation.
Browse files Browse the repository at this point in the history
  • Loading branch information
mmlr committed Apr 13, 2020
1 parent bc04623 commit d6b2029
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions buildmaster/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ FROM ubuntu:bionic

RUN apt-get update \
&& apt-get -y install autoconf automake bison coreutils curl flex gawk gcc \
g++ git libcurl4-openssl-dev make nasm python3 python3-paramiko tar \
texinfo wget zlib1g-dev
gcc-multilib g++ git libcurl4-openssl-dev make nasm python3 \
python3-paramiko tar texinfo wget zlib1g-dev

RUN mkdir /var/sources /var/buildmaster

Expand Down

0 comments on commit d6b2029

Please sign in to comment.