mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-09 10:02:56 +01:00
Add g++ to debian/ubuntu/opensuse
This commit is contained in:
parent
8cb83887d0
commit
402179f893
8 changed files with 8 additions and 8 deletions
|
|
@ -3,7 +3,7 @@ FROM centos:centos7
|
|||
RUN yum update -y -q
|
||||
RUN yum groupinstall -y Development Tools
|
||||
RUN yum install -y \
|
||||
gcc git make curl zlib-devel openssl-devel
|
||||
gcc gcc-c++ git make curl zlib-devel openssl-devel
|
||||
|
||||
ENV LANG en_US.UTF-8
|
||||
ENV LC_ALL en_US.UTF-8
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue