Skip to content

Commit 87db5fc

Browse files
committed
Added required packages to install Intel ittapi
1 parent ad59d20 commit 87db5fc

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docker/images/centos-8streams.Dockerfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@ git \
77
tzdata \
88
vim \
99
gdb \
10-
clang
10+
clang \
11+
python36 \
12+
glibc-devel.i686
1113

1214
COPY ./install-cachelib-deps.sh ./install-cachelib-deps.sh
1315
RUN ./install-cachelib-deps.sh

0 commit comments

Comments
 (0)