Skip to content

Commit f2ff924

Browse files
mcengijaguptask
authored andcommitted
Added required packages to install Intel ittapi
1 parent 0e6512a commit f2ff924

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)