Skip to content
This repository was archived by the owner on Jul 19, 2023. It is now read-only.

Commit 57efa34

Browse files
Added jq to canary container (#83)
1 parent 0ae9743 commit 57efa34

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/images/Dockerfile.canary

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ RUN apt-get update && apt-get install -y curl \
66
python \
77
python-pip \
88
vim \
9-
sudo
9+
sudo \
10+
jq
1011

1112
RUN pip install awscli
1213

0 commit comments

Comments
 (0)