We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88dbb56 commit d2c6b3bCopy full SHA for d2c6b3b
docker/images/centos-8streams.Dockerfile
@@ -17,6 +17,8 @@ json-c-devel \
17
perf \
18
numactl
19
20
+# updated to fix compile errors and better symbol
21
+# resolving in VTune
22
RUN dnf -y install gcc-toolset-12
23
RUN echo "source /opt/rh/gcc-toolset-12/enable" >> /etc/bashrc
24
SHELL ["/bin/bash", "--login", "-c"]
0 commit comments