Commit 10422b7e authored by Paul Flowers's avatar Paul Flowers

Add builtin module

parent 57418e02
Pipeline #4603 passed with stage
in 2 minutes and 20 seconds
......@@ -16,6 +16,7 @@ RUN yum install -y git wget epel-release ansible unzip ruby\
&& wget https://github.com/bonclay7/aws-amicleaner/archive/v${AMICLEANER_VERSION}.zip\
&& unzip v${AMICLEANER_VERSION}.zip\
&& chmod 755 aws-amicleaner-${AMICLEANER_VERSION}/amicleaner/cli.py\
&& pip install future\
&& pip install -r aws-amicleaner-${AMICLEANER_VERSION}/requirements.txt\
&& pip install aws-amicleaner\
&& wget https://github.com/stedolan/jq/releases/download/jq-1.5/jq-linux64\
......
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