diff --git a/builder/Dockerfile b/builder/Dockerfile index 99370c0..2636e93 100644 --- a/builder/Dockerfile +++ b/builder/Dockerfile @@ -19,6 +19,7 @@ RUN apk add --no-cache \ make \ musl-dev \ openssl-dev \ + py3-pip \ python3-dev \ && pip3 install --upgrade pip \ && pip3 install ansible=="$ANSIBLE_VERSION" \