diff --git a/Dockerfile b/Dockerfile index 2b9da2b..c9608b5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,6 +13,6 @@ FROM node:20-alpine RUN apk add --no-cache python3 py3-pip && \ - pip3 install --no-cache-dir ansible-core + pip3 install --no-cache-dir --break-system-packages ansible-core WORKDIR /workspace \ No newline at end of file