diff --git a/Dockerfile b/Dockerfile index 282a8ec..8d73711 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 diff --git a/requirements.txt b/requirements.txt index a348b38..e61ea35 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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 \ No newline at end of file