Skip to content

Commit

Permalink
ubuntu_20.04: x86_64: add gcc-7 and gcc-8
Browse files Browse the repository at this point in the history
Signed-off-by: Matias Elo <matias.elo@nokia.com>
  • Loading branch information
MatiasElo committed Nov 8, 2023
1 parent 466e67c commit 9ae3e66
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ubuntu_20.04-x86_64/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ RUN apt-get install -yy \
ccache \
clang \
gcc \
gcc-7 \
gcc-8 \
gcc-10 \
git \
graphviz \
Expand All @@ -29,6 +31,8 @@ RUN apt-get install -yy \
libcunit1-dev \
libpcap-dev \
libssl-dev \
libstdc++-7-dev \
libstdc++-8-dev \
libstdc++-10-dev \
libtool \
make \
Expand Down

0 comments on commit 9ae3e66

Please sign in to comment.