Add psycopg2-binary

This commit is contained in:
Krishna Chaitanya 2022-09-22 16:39:48 +05:30 committed by GitHub
parent 6d4d4377fa
commit 377c79ccbf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -30,7 +30,7 @@ RUN pip install -U setuptools 'cryptography>=3.0,<3.1' poetry==1.1.7
COPY backend/pyproject.toml backend/poetry.lock ./ COPY backend/pyproject.toml backend/poetry.lock ./
RUN poetry config virtualenvs.path /venv RUN poetry config virtualenvs.path /venv
RUN poetry install --no-dev --no-ansi --no-interaction RUN poetry install --no-dev --no-ansi --no-interaction
RUN poetry run pip install -U setuptools $EXTRA_DEPS RUN poetry run pip install -U setuptools psycopg2-binary $EXTRA_DEPS
COPY backend/manage.py backend/gunicorn.conf.py ./ COPY backend/manage.py backend/gunicorn.conf.py ./
COPY backend/tabby tabby COPY backend/tabby tabby