mirror of
https://github.com/ansible/awx.git
synced 2026-03-05 18:51:06 -03:30
* upgrade from git on containers
* agreed with terms of DCO 1.1 Signed-off-by: Jorge Machado <jorge@jmachado.me>
This commit is contained in:
@@ -1,11 +1,12 @@
|
||||
FROM centos:7
|
||||
|
||||
RUN yum install -y epel-release
|
||||
RUN yum -y update && yum -y install epel-release && yum -y install https://centos7.iuscommunity.org/ius-release.rpm
|
||||
|
||||
RUN yum install -y \
|
||||
bzip2 \
|
||||
gcc-c++ \
|
||||
git \
|
||||
git2u \
|
||||
git2u-core \
|
||||
make \
|
||||
nodejs \
|
||||
npm
|
||||
|
||||
Reference in New Issue
Block a user