We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dffe8a9 commit a2a8538Copy full SHA for a2a8538
maintenance/Dockerfile
@@ -30,7 +30,7 @@ VOLUME /data
30
31
RUN pip install --no-cache-dir -U \
32
"zimscraperlib==4.0.0" "unidecode==1.3.8" "mwclient==0.11.0" "humanfriendly==10.0" \
33
- "pyyaml==6.0.2" "pycountry==24.6.1" "jinja2==3.1.4" "pydantic==2.8.2" && \
+ "pyyaml==6.0.2" "pycountry==24.6.1" "jinja2==3.1.4" "pydantic==2.8.2" "psycopg2-binary==2.9.10" && \
34
printf "#!/bin/bash\n\n\
35
set -e\n\
36
\
0 commit comments