diff options
Diffstat (limited to 'Dockerfile')
-rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,7 +3,7 @@ RUN pacman -Sy python-pip --noconfirm; pacman -Scc --noconfirm; find /var/cache/ #FROM python:3.8.6-buster -RUN pip install fbchat +RUN pip install fbchat==1.9.7 RUN mkdir /app WORKDIR /app |