Commit b8346ac0 authored by Rob Greenwood's avatar Rob Greenwood

Ensure make is installed

parent 096fd891
Pipeline #7768 passed with stage
in 1 minute and 44 seconds
...@@ -6,7 +6,7 @@ ENV AMICLEANER_VERSION 0.1.2 ...@@ -6,7 +6,7 @@ ENV AMICLEANER_VERSION 0.1.2
ENV PACKER_URL https://releases.hashicorp.com/packer/${PACKER_VERSION}/packer_${PACKER_VERSION}_linux_amd64.zip ENV PACKER_URL https://releases.hashicorp.com/packer/${PACKER_VERSION}/packer_${PACKER_VERSION}_linux_amd64.zip
RUN yum install -y git wget epel-release ansible unzip ruby\ RUN yum install -y make git wget epel-release ansible unzip ruby\
&& wget https://bootstrap.pypa.io/get-pip.py\ && wget https://bootstrap.pypa.io/get-pip.py\
&& python get-pip.py\ && python get-pip.py\
&& yum update -y\ && yum update -y\
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment