Skip to content

Commit

Permalink
resolve gcc-multilib deps' conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
ami-GS committed Sep 20, 2023
1 parent c6454ed commit 5be0cb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .docker/ubuntu-22.04/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ RUN apt-get update && \
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' && \
Expand Down Expand Up @@ -38,7 +39,6 @@ RUN apt-get update && \
cppcheck \
clang-tidy \
gdb \
gcc-multilib \
libnl-3-dev \
libnl-genl-3-dev \
libnl-route-3-dev \
Expand Down

0 comments on commit 5be0cb2

Please sign in to comment.