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 d303269 commit 273d434
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 @@ -8,7 +8,7 @@ RUN mkdir -p /var/labhacker/pauta-participativa
ADD . /var/labhacker/pauta-participativa
WORKDIR /var/labhacker/pauta-participativa

RUN pip3 install -r requirements.txt psycopg2 gunicorn && \
RUN pip3 install -r requirements.txt psycopg2==2.8.6 gunicorn && \
rm -r /root/.cache

RUN npm install
Expand Down

0 comments on commit 273d434

Please sign in to comment.