Skip to content

Commit

Permalink
fix(Radi85#260): Remain installation of psycopg2 on Dockerfile.
Browse files Browse the repository at this point in the history
  • Loading branch information
NaGaii1994 committed Nov 5, 2022
1 parent 2de8a47 commit 8431597
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,5 @@ COPY . /code/
WORKDIR /code/

RUN pip install -r /code/test/example/requirements.txt \
&& pip install psycopg2 \
&& python -m pip install django-comments-dab[markdown]
4 changes: 1 addition & 3 deletions test/example/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,4 @@ beautifulsoup4
cssselect
coverage
flake8
tox
# used for postgresql connection
psycopg2
tox

0 comments on commit 8431597

Please sign in to comment.