Skip to content

Commit b352f2b

Browse files
committed
Add pkg-config in Dockerfile
1 parent 549c343 commit b352f2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ WORKDIR /
44
RUN echo "APT last updated: 2024/01/01"
55

66
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
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 pkg-config
88
RUN apt-get install -y curl git tar
99

1010
ENV RTE_SDK=/usr/local/share/dpdk

0 commit comments

Comments
 (0)