From 7a12152eee156293a6da011c205fbd0b44f7c5e6 Mon Sep 17 00:00:00 2001 From: Andy Clemenko Date: Wed, 17 Apr 2024 15:09:35 -0400 Subject: [PATCH] stuff --- flask_simple/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask_simple/Dockerfile b/flask_simple/Dockerfile index a1d68c9..30763a1 100644 --- a/flask_simple/Dockerfile +++ b/flask_simple/Dockerfile @@ -17,8 +17,8 @@ LABEL org.opencontainers.image.authors="clemenko@gmail.com" \ org.zdocker.k8s=$K8SYML RUN apk -U upgrade && apk add --no-cache python3 curl py3-pip &&\ - pip3 install --no-cache-dir --upgrade pip &&\ - pip3 install --no-cache-dir flask redis &&\ + pip3 install --no-cache-dir --upgrade pip --break-system-packages &&\ + pip3 install --no-cache-dir flask redis --break-system-packages &&\ #apk --purge del apk-tools &&\ rm -rf /var/cache/apk/*