Skip to content

Commit

Permalink
[fix] change package installer
Browse files Browse the repository at this point in the history
  • Loading branch information
mostafabarmshory committed Jul 10, 2024
1 parent 371a654 commit 3298df1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -120,13 +120,13 @@ RUN apt-get update \
python3-geoip2 \
python3-idna \
python3-markupsafe \
python3-geojson \
python3-shapely \
&& pip install \
openupgradelib \
jdatetime \
persiantools \
pytz==2023.3 \
python3-geojson \
python3-shapely \
&& pip cache purge \
&& rm -rf /var/lib/apt/lists/* \
&& rm -rf /var/logs/* \
Expand Down

0 comments on commit 3298df1

Please sign in to comment.