Skip to content

Commit 6cb762f

Browse files
authored
fix: Add psutil dependency to Dockerfile
1 parent f63a01e commit 6cb762f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ ENV PYTHONUNBUFFERED=1 \
77

88
COPY main.py .
99

10-
RUN python -m pip install --no-cache-dir python-telegram-bot==21.6
10+
RUN python -m pip install --no-cache-dir python-telegram-bot==21.6 psutil
1111

1212
VOLUME ["/data"]
1313

14-
CMD ["python", "main.py"]
14+
CMD ["python", "main.py"]

0 commit comments

Comments
 (0)