We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8efcf6e commit 40c499dCopy full SHA for 40c499d
Dockerfile
@@ -5,5 +5,5 @@ FROM circleci/python
5
6
### Install dependent packages
7
RUN sudo pip install awscli ecs-deploy && \
8
- sudo apt-get install -y jq gettext && \
+ sudo apt-get install -y jq gettext jsonnet && \
9
aws --version
0 commit comments