Skip to content

Commit

Permalink
Merge pull request #14 from asicsdigital/add_awscli
Browse files Browse the repository at this point in the history
add aws-cli to hermes image
  • Loading branch information
tyrantkhan authored Jul 13, 2019
2 parents 4cc085a + 0595762 commit 13ce134
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
4 changes: 3 additions & 1 deletion 1.X/scripts/install-hermes-deps
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,10 @@ set -e
set -o pipefail

# Package to install with apk
APK_PKGS="git bash openssh curl jq"
APK_PKGS="git bash openssh curl jq python3"

if [ -e /sbin/apk ]; then
/sbin/apk add --update --no-cache $APK_PKGS
fi

pip3 install awscli
9 changes: 8 additions & 1 deletion 1.X/tests/goss.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ file:
/opt/hermes/bin/install-hermes-deps:
exists: true
mode: "0755"
size: 267
size: 296
owner: root
group: root
filetype: file
Expand Down Expand Up @@ -106,3 +106,10 @@ package:
installed: true
openssh:
installed: true
python3:
installed: true
command:
aws --version:
exit-status: 0
stderr: []
timeout: 10000

0 comments on commit 13ce134

Please sign in to comment.