diff --git a/Dockerfile b/Dockerfile index b0b67a01..a595e10c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -38,6 +38,8 @@ RUN groupadd -g 751 cgts && \ yum install -y anaconda \ anaconda-help \ anaconda-runtime \ + autogen \ + automake \ bc \ bind \ bind-utils \ @@ -48,6 +50,7 @@ RUN groupadd -g 751 cgts && \ gcc \ gettext \ git \ + libtool \ libxml2 \ libxml2-devel \ libxslt-devel \