Skip to content

Commit 8a1b164

Browse files
authored
Merge pull request #65 from guptask/develop_docker_dsa_packages
Added perf and numactl to docker packages
2 parents d18ac58 + 1f0321e commit 8a1b164

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docker/images/centos-8streams.Dockerfile

+3-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@ glibc-devel.i686 \
1313
xmlto \
1414
uuid \
1515
libuuid-devel \
16-
json-c-devel
16+
json-c-devel \
17+
perf \
18+
numactl
1719

1820
COPY ./install-cachelib-deps.sh ./install-cachelib-deps.sh
1921
RUN ./install-cachelib-deps.sh

0 commit comments

Comments
 (0)