Add build tools to omnibus images

This commit is contained in:
Ian Baum 2018-12-31 07:31:30 +00:00 committed by Marin Jankovski
parent 512fe2191f
commit e2e647d544
9 changed files with 9 additions and 9 deletions

View file

@ -3,7 +3,7 @@ FROM centos:centos7
RUN yum update -y -q \
&& yum groupinstall -y Development Tools \
&& yum install -y \
gcc gcc-c++ git make curl zlib-devel openssl-devel \
autoconf autopoint gcc gcc-c++ git make curl zlib-devel openssl-devel \
&& yum clean all
ENV LANG en_US.UTF-8