We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6b76202 + 042c5f3 commit c4548a4Copy full SHA for c4548a4
Dockerfile
@@ -15,7 +15,7 @@ WORKDIR /var/labhacker/wikilegis
15
ADD ./config/plugins.json /var/labhacker/wikilegis/wikilegis/.plugins
16
17
RUN pip3 install -U pip && \
18
- pip3 install -r requirements.txt psycopg2 gunicorn && \
+ pip3 install -r requirements.txt psycopg2==2.8.6 gunicorn && \
19
pip3 install git+https://github.com/tenhodito/pygov-br.git roman==2.0.0 && \
20
rm -r /root/.cache
21
0 commit comments