Skip to content

Commit 13f73f6

Browse files
committed
Add the AWS CLI to the image
1 parent 730cfe7 commit 13f73f6

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
# Python dependencies installed in Dockerfile
2-
onecodex==0.1.2
2+
onecodex==0.1.2
3+
awscli==1.8.3

test/ocx.bats

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@
1010
[[ $F == *2.5.2* ]]
1111
}
1212

13+
@test "AWS CLI 1.8.3" {
14+
X=$(aws --version 2>&1)
15+
[[ $X == *aws-cli/1.8.3* ]]
16+
}
17+
1318
@test "One Codex CLI v0.1.2" {
1419
X=$(onecodex --version 2>&1)
1520
[[ $X == *0.1.2\ \(API\ v0\)* ]]

0 commit comments

Comments
 (0)