Skip to content

Commit

Permalink
ubuntu_22.04: add gcc-13 packages
Browse files Browse the repository at this point in the history
Add GCC 13 to Ubuntu 22.04 images.

Signed-off-by: Matias Elo <matias.elo@nokia.com>
  • Loading branch information
MatiasElo committed Jun 12, 2023
1 parent c138101 commit 466e67c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ubuntu_22.04-arm64-native/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ RUN apt-get install -yy --no-install-recommends \
dirmngr \
gnupg-agent

# Required for gcc-13
RUN add-apt-repository -y ppa:ubuntu-toolchain-r/test

RUN apt-get update --fix-missing

RUN apt-get install -yy \
Expand All @@ -23,6 +26,7 @@ RUN apt-get install -yy \
gcc-10 \
gcc-11 \
gcc-12 \
gcc-13 \
git \
iproute2 \
kmod \
Expand All @@ -35,6 +39,7 @@ RUN apt-get install -yy \
libstdc++-10-dev \
libstdc++-11-dev \
libstdc++-12-dev \
libstdc++-13-dev \
libtool \
llvm-dev \
meson \
Expand Down
5 changes: 5 additions & 0 deletions ubuntu_22.04-x86_64/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ RUN apt-get install -yy --no-install-recommends \
dirmngr \
gnupg-agent

# Required for gcc-13
RUN add-apt-repository -y ppa:ubuntu-toolchain-r/test

RUN apt-get update --fix-missing

RUN apt-get install -yy \
Expand All @@ -21,6 +24,7 @@ RUN apt-get install -yy \
gcc-10 \
gcc-11 \
gcc-12 \
gcc-13 \
gcc-multilib \
git \
iproute2 \
Expand All @@ -33,6 +37,7 @@ RUN apt-get install -yy \
libstdc++-10-dev \
libstdc++-11-dev \
libstdc++-12-dev \
libstdc++-13-dev \
libtool \
llvm-dev \
meson \
Expand Down

0 comments on commit 466e67c

Please sign in to comment.