Skip to content

Commit a2a8538

Browse files
committed
Added psycopg-binary to maintenance image
1 parent dffe8a9 commit a2a8538

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

maintenance/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ VOLUME /data
3030

3131
RUN pip install --no-cache-dir -U \
3232
"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" && \
33+
"pyyaml==6.0.2" "pycountry==24.6.1" "jinja2==3.1.4" "pydantic==2.8.2" "psycopg2-binary==2.9.10" && \
3434
printf "#!/bin/bash\n\n\
3535
set -e\n\
3636
\

0 commit comments

Comments
 (0)