Commit 7840c32e authored by A-Gordon's avatar A-Gordon

Added JQ to packer_0.12.3 version

parent 6119f272
......@@ -17,5 +17,7 @@ RUN yum install -y git wget epel-release ansible unzip ruby\
&& unzip v${AMICLEANER_VERSION}.zip\
&& chmod 755 aws-amicleaner-${AMICLEANER_VERSION}/amicleaner/cli.py\
&& pip install -r aws-amicleaner-${AMICLEANER_VERSION}/requirements.txt\
&& pip install aws-amicleaner
&& pip install aws-amicleaner\
&& wget https://github.com/stedolan/jq/releases/download/jq-1.5/jq-linux64\
&& mv ./jq-linux64 /usr/bin/jq\
&& chmod +x /usr/bin/jq
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