Skip to content

Commit

Permalink
fix libc6-dev-i386 to install cause of corruption
Browse files Browse the repository at this point in the history
  • Loading branch information
ami-GS committed Apr 16, 2024
1 parent 75d8ae4 commit 71fc0ae
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 @@ -55,7 +55,7 @@ RUN apt-get update -y && apt-get install -y \
libssl-dev \
libnuma-dev \
&& echo "deb [arch=amd64] http://cz.archive.ubuntu.com/ubuntu noble main" > /etc/apt/sources.list.d/xdp.list \
&& apt-get update -y && apt-get install -y -t noble \
&& apt-get update -y && apt-get install --no-install-recommends -y -t noble \
libnl-3-dev \
libnl-genl-3-dev \
libnl-route-3-dev \
Expand Down

0 comments on commit 71fc0ae

Please sign in to comment.