From 2333e8b3227b845dfab6c9f03171c73fa4cf37f2 Mon Sep 17 00:00:00 2001 From: Roman Dodin Date: Mon, 26 Jun 2023 09:07:05 +0200 Subject: [PATCH] add --update when installing deps --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index a0c03d8ce..47c2bea90 100644 --- a/Dockerfile +++ b/Dockerfile @@ -67,7 +67,7 @@ RUN \ "cairosvg>=2.5"; \ fi \ && \ - [ -e user-requirements.txt ] && pip install -r user-requirements.txt \ + [ -e user-requirements.txt ] && pip install -U -r user-requirements.txt \ && \ apk del .build \ && \