We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 549c343 commit b352f2bCopy full SHA for b352f2b
Dockerfile
@@ -4,7 +4,7 @@ WORKDIR /
4
RUN echo "APT last updated: 2024/01/01"
5
6
RUN apt-get update -y && apt-get dist-upgrade -y && apt-get autoremove -y && apt-get autoclean -y
7
-RUN apt-get install -y linux-headers-generic build-essential libnuma-dev git meson python3-pyelftools curl libclang-dev clang llvm-dev libbsd-dev
+RUN apt-get install -y linux-headers-generic build-essential libnuma-dev git meson python3-pyelftools curl libclang-dev clang llvm-dev libbsd-dev pkg-config
8
RUN apt-get install -y curl git tar
9
10
ENV RTE_SDK=/usr/local/share/dpdk
0 commit comments