Skip to content

Commit e221eef

Browse files
committed
add jq, expect and update cli v2
1 parent 055deb2 commit e221eef

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ ENV TZ="GMT" \
1313

1414
# Required pre-reqs for ask cli
1515
RUN apk add --update \
16+
jq \
17+
expect \
1618
python \
1719
make \
1820
bash \

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ The purpose of this container is to be able to use the [Amazon ASK CLI](https://
77
2. Added ASK_CLI_VERSION build argument in order to be able to work with different ASK CLI versions.
88
3. Added git and zip packages that ASK CLI will use in its commands.
99
4. Added Bespoken.
10-
5. Remove volumes. I think it is not necessary in a simple docker image that I will use in my DevOps pipelines. In addition, you can use '-v' argument in `docker run` command whenever you want.
10+
5. Added jq and expect cli commands.
11+
6. Remove volumes. I think it is not necessary in a simple docker image that I will use in my DevOps pipelines. In addition, you can use '-v' argument in `docker run` command whenever you want.
1112

1213
## ASK Config
1314

@@ -125,7 +126,7 @@ docker push xavidop/alexa-ask-aws-cli
125126

126127
Currently there are two versions available:
127128
* 1.0: this image is running the latest version of ASK CLI v1 (1.7.23)
128-
* 2.0: this image is running the latest version of ASK CLI v2 (2.1.1)
129+
* 2.0: this image is running the latest version of ASK CLI v2 (2.6.0)
129130

130131
These versions are available in my [DockerHub profile](https://hub.docker.com/r/xavidop/alexa-ask-aws-cli/tags)
131132

0 commit comments

Comments
 (0)