diff --git a/Dockerfile b/Dockerfile index dff97c223dadf634122e4dc614a23dc3b07a0442..8449cdd53a7d07a40a2bd1da8d6e2bedc64c4c7b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,7 +8,7 @@ RUN yum install python2 python2-devel gcc gcc-c++ wget libyaml-devel -y && \ RUN pip install --upgrade setuptools && \ pip install --global-option='--with-libyaml' pyyaml && \ pip install six sh coloredlogs future fire jinja2 docopt && \ - yum install make bison flex \ + yum install make bison flex python3-devel \ gcc-plugin-devel.x86_64 \ elfutils-libelf-devel.x86_64 openssl openssl-devel \ elfutils-devel-static \