Skip to content

Commit

Permalink
added awscli
Browse files Browse the repository at this point in the history
  • Loading branch information
schmunk42 committed Mar 24, 2017
1 parent 6ec2e30 commit 428fe83
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,5 @@ test:
- docker-compose run --rm roj boilr template
#- docker-compose run --rm roj boilr version
- docker-compose run --rm roj ctop -v
- docker-compose run --rm roj make
- docker-compose run --rm roj make
- docker-compose run --rm roj aws --version
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ RUN apt-get update \
&& apt-get install -y --no-install-recommends \
git \
expect \
awscli \
&& apt-get clean

# Install boilr
Expand Down

0 comments on commit 428fe83

Please sign in to comment.