mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-09 10:02:56 +01:00
Add build tools to omnibus images
This commit is contained in:
parent
512fe2191f
commit
e2e647d544
9 changed files with 9 additions and 9 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue