Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
G
gitlab_ci_container
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
steamhaus
gitlab_ci_container
Commits
7840c32e
Commit
7840c32e
authored
Apr 05, 2017
by
A-Gordon
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added JQ to packer_0.12.3 version
parent
6119f272
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
Dockerfile
Dockerfile
+4
-2
No files found.
Dockerfile
View file @
7840c32e
...
...
@@ -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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment