Skip to content

Commit 173c6d2

Browse files
committed
subreddit_worker: added missing psycopg2 deps to dockerfile
1 parent 1216371 commit 173c6d2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ingest/subreddit_worker/Dockerfile

+1
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,6 @@ COPY . .
1111
RUN pip install rq
1212
RUN pip install python-dotenv
1313
RUN pip install praw
14+
RUN pip install psycopg2-binary
1415

1516
CMD ["python3", "subreddit_worker.py"]

0 commit comments

Comments
 (0)