Skip to content

Commit c4548a4

Browse files
authored
Merge pull request #141 from labhackercd/develop
v2.3.4
2 parents 6b76202 + 042c5f3 commit c4548a4

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)