We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1216371 commit 173c6d2Copy full SHA for 173c6d2
ingest/subreddit_worker/Dockerfile
@@ -11,5 +11,6 @@ COPY . .
11
RUN pip install rq
12
RUN pip install python-dotenv
13
RUN pip install praw
14
+RUN pip install psycopg2-binary
15
16
CMD ["python3", "subreddit_worker.py"]
0 commit comments