Skip to content

Commit

Permalink
Merge pull request #141 from labhackercd/develop
Browse files Browse the repository at this point in the history
v2.3.4
  • Loading branch information
erivanio authored Sep 16, 2021
2 parents 6b76202 + 042c5f3 commit c4548a4
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 c4548a4

Please sign in to comment.