Skip to content

Commit

Permalink
Add jq and yq
Browse files Browse the repository at this point in the history
  • Loading branch information
daamien committed May 23, 2024
1 parent 3f228d7 commit e51e4d9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM docker:24.0.8-dind

RUN apk add --no-cache python3 python3-dev py3-pip gcc \
RUN apk add --no-cache python3 python3-dev py3-pip gcc jq \
git curl build-base autoconf automake py3-cryptography rsync \
linux-headers musl-dev libffi-dev openssl-dev openssh

Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ molecule==6.0.2
molecule-plugins[docker]==23.5.0
pytest-testinfra==10.0.0
urllib3<2
yq==3.4.3

0 comments on commit e51e4d9

Please sign in to comment.