From 7e2294933aa159e170ab8b090c58e3c3d97c765a Mon Sep 17 00:00:00 2001 From: Alex Auvolat Date: Tue, 1 Jun 2021 23:43:23 +0200 Subject: Add it to the correct place --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Dockerfile') diff --git a/Dockerfile b/Dockerfile index ff17e69..d82d7e5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 -- cgit v1.2.3