Skip to content

Commit 042c5f3

Browse files
committed
set psycopg version
1 parent 9996df5 commit 042c5f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ WORKDIR /var/labhacker/wikilegis
1515
ADD ./config/plugins.json /var/labhacker/wikilegis/wikilegis/.plugins
1616

1717
RUN pip3 install -U pip && \
18-
pip3 install -r requirements.txt psycopg2 gunicorn && \
18+
pip3 install -r requirements.txt psycopg2==2.8.6 gunicorn && \
1919
pip3 install git+https://github.com/tenhodito/pygov-br.git roman==2.0.0 && \
2020
rm -r /root/.cache
2121

0 commit comments

Comments
 (0)