diff --git a/Dockerfile b/Dockerfile index c4fb0a1..4144902 100644 --- a/Dockerfile +++ b/Dockerfile @@ -25,12 +25,12 @@ RUN apk --update add --virtual \ RUN pip3 install --upgrade \ pip \ - cffi + cffi --break-system-packages RUN pip3 install \ wheel \ ansible==${ANSIBLE_VERSION} \ - ansible-lint + ansible-lint --break-system-packages RUN apk del \ .build-deps