Skip to content

Commit

Permalink
add ubuntu20.04 specific deps
Browse files Browse the repository at this point in the history
  • Loading branch information
ami-GS committed Apr 10, 2024
1 parent 771719d commit 90066b7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .docker/ubuntu-20.04/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,9 @@ RUN apt-get install --no-install-recommends -y liblttng-ust-dev:arm64 \

# install v1.3.0. v1.4.0 cause libc6 conflicts with arm packages
RUN echo "deb [arch=amd64] http://cz.archive.ubuntu.com/ubuntu mantic main" > /etc/apt/sources.list.d/mantic.list && \
apt-get update && apt-get install -y -t mantic \
apt-get update && apt-get install -y -t mantic --no-install-recommends \
libc6:amd64 \
libc6-dev:amd64 \
libxdp-dev:amd64 \
libbpf-dev:amd64 \
&& rm -rf /var/lib/apt/lists/*
Expand Down

0 comments on commit 90066b7

Please sign in to comment.