acelyc111 commented on a change in pull request #5616: URL: https://github.com/apache/incubator-doris/pull/5616#discussion_r610332495
########## File path: docker/Dockerfile ########## @@ -34,7 +34,7 @@ RUN yum makecache && yum -y update && yum -y groupinstall 'Development Tools' && # install gcc10 RUN wget http://public-yum.oracle.com/RPM-GPG-KEY-oracle-ol7 -O /etc/pki/rpm-gpg/RPM-GPG-KEY-oracle && \ rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-* && \ - yum install -y devtoolset-10-gcc* + yum install -y devtoolset-10-gcc* devtoolset-10-libubsan-devel devtoolset-10-liblsan-devel devtoolset-10-libasan-devel Review comment: Is devtoolset-10-libtsan-devel needed? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org