Skip to content

Commit

Permalink
install gcc-multilib
Browse files Browse the repository at this point in the history
  • Loading branch information
ami-GS committed Mar 20, 2024
1 parent 1373c2e commit f701cef
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .docker/ubuntu-22.04/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,14 @@ RUN apt-get update && apt-get install --no-install-recommends -y apt-transport-h
ca-certificates \
gnupg \
software-properties-common \
gcc-multilib \
wget && \
wget -O - https://apt.kitware.com/keys/kitware-archive-latest.asc 2>/dev/null | gpg --dearmor - | tee /etc/apt/trusted.gpg.d/kitware.gpg >/dev/null && \
apt-add-repository 'deb https://apt.kitware.com/ubuntu/ jammy main' && \
apt-add-repository ppa:lttng/stable-2.13 && \
apt-get update && apt-get install -y tzdata && apt-get install -y \
build-essential \
gcc-arm-linux-gnueabihf \
g++-arm-linux-gnueabihf \
gcc-multilib \
binutils-arm-linux-gnueabihf \
gcc-aarch64-linux-gnu \
g++-aarch64-linux-gnu \
binutils-aarch64-linux-gnu \
cmake \
clang \
Expand Down

0 comments on commit f701cef

Please sign in to comment.