Skip to content

Commit c805e69

Browse files
authored
Merge pull request #67 from mcengija/add_packages_to_docker_image
Added required packages to install Intel ittapi
2 parents 3ffe808 + 87db5fc commit c805e69

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)