Skip to content

Commit

Permalink
OZ-575 - Fixed pip upgrade command
Browse files Browse the repository at this point in the history
  • Loading branch information
wluyima committed Jun 20, 2024
1 parent f91a3e5 commit 393407c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 393407c

Please sign in to comment.