Skip to content

Commit

Permalink
Add psycopg2 dependency.
Browse files Browse the repository at this point in the history
  • Loading branch information
ktlim committed Apr 27, 2024
1 parent 076f1d9 commit cbb25e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.pqserver
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM python:3.11
RUN pip install flask gunicorn sqlalchemy
RUN pip install flask gunicorn sqlalchemy psycopg2
WORKDIR /consdb-pq
COPY python/lsst/consdb/pqserver.py python/lsst/consdb/utils.py /consdb-pq/
# Environment variables that must be set:
Expand Down

0 comments on commit cbb25e7

Please sign in to comment.