diff --git a/Dockerfile b/Dockerfile index 2aac6c2..c534ea0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -16,7 +16,8 @@ RUN apt-get update && \ git \ curl \ unzip \ - pipx && \ + pipx \ + python3-requests && \ rm -rf /var/lib/apt/lists/* RUN curl -L "https://github.com/gruntwork-io/terragrunt/releases/download/${TERRAGRUNT_VERSION}/${BINARY_NAME}" -o "${BINARY_NAME}" && \ chmod +x "${BINARY_NAME}" && \