Skip to content

Commit

Permalink
set psycopg version
Browse files Browse the repository at this point in the history
  • Loading branch information
erivanio committed Sep 16, 2021
1 parent 9996df5 commit 042c5f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ WORKDIR /var/labhacker/wikilegis
ADD ./config/plugins.json /var/labhacker/wikilegis/wikilegis/.plugins

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

Expand Down

0 comments on commit 042c5f3

Please sign in to comment.