From e1eb2e464ce27f68360f2939b8986d340067ffbc Mon Sep 17 00:00:00 2001 From: yushoyamaguchi Date: Tue, 8 Aug 2023 15:05:59 +0900 Subject: [PATCH] DWARF in Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index f3b9d33..dbf214b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,7 +13,7 @@ RUN yum install make bison flex \ glibc-static zlib-static \ libstdc++-static \ platform-python-devel \ - rpm-build rsync bc perl -y && \ + rpm-build rsync bc perl dwarves -y && \ yum install gcc-python-plugin --enablerepo=Plus -y && \ yum clean all