From bfde2f4d98c62b135c647cd3ced5d7a1430bfaad Mon Sep 17 00:00:00 2001 From: Alex Frantz Date: Sat, 10 Jan 2026 00:42:55 -0500 Subject: [PATCH] fix command --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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