From 393407c38779d3a30fb1d683dd29b3cd5d59da89 Mon Sep 17 00:00:00 2001 From: wluyima Date: Thu, 20 Jun 2024 10:47:28 +0300 Subject: [PATCH] OZ-575 - Fixed pip upgrade command --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index ae2c421..5886615 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,7 +11,7 @@ RUN apt update && apt install -y git npm postgresql-client python3-dev libxml2-d RUN arch=$(arch | sed s/aarch64/arm64/ | sed s/x86_64/amd64/) && \ wget https://github.com/wkhtmltopdf/packaging/releases/download/0.12.6.1-3/wkhtmltox_0.12.6.1-3.bookworm_${arch}.deb && \ dpkg -i wkhtmltox_0.12.6.1-3.bookworm_${arch}.deb && cp /usr/local/bin/wkhtmltopdf /usr/bin && cp /usr/local/bin/wkhtmltoimage /usr/bin -RUN pip3 install --upgrade pip3 +RUN pip3 install --upgrade pip RUN pip3 install phonenumbers RUN pip3 install python-jose RUN npm install -g rtlcss