more dependencies

This commit is contained in:
Grant Limberg 2020-02-04 12:06:26 -08:00
parent 245d92b40c
commit 4b083b8c41
No known key found for this signature in database
GPG key ID: 2BA62CCABBB4095A
2 changed files with 2 additions and 2 deletions

View file

@ -3,7 +3,7 @@ FROM centos:6
ARG go_pkg_url
RUN yum update -y
RUN yum install -y curl git wget openssh-server sudo make rpmdevtools openssl-devel && yum clean all
RUN yum install -y curl git wget openssh-server sudo make rpmdevtools openssl-devel gcc g++ && yum clean all
RUN curl -sL https://github.com/Kitware/CMake/releases/download/v3.16.3/cmake-3.16.3.tar.gz -o cmake.tar.gz && \
tar -xzf cmake.tar.gz && \

View file

@ -4,7 +4,7 @@ ARG go_pkg_url
RUN echo i386 > /etc/yum/vars/basearch && echo i686 > /etc/yum/vars/arch
RUN yum install -y curl git wget openssh-server sudo make rpmdevtools openssl-devel && yum clean all
RUN yum install -y curl git wget openssh-server sudo make rpmdevtools openssl-devel gcc g++ && yum clean all
RUN curl -sL https://github.com/Kitware/CMake/releases/download/v3.16.3/cmake-3.16.3.tar.gz -o cmake.tar.gz && \
tar -xzf cmake.tar.gz && \