diff options
author | Alex Auvolat <alex@adnab.me> | 2021-06-01 23:43:23 +0200 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2021-06-01 23:43:23 +0200 |
commit | 7e2294933aa159e170ab8b090c58e3c3d97c765a (patch) | |
tree | 5ea47e8516d1e82d768d2df62faf5cd6b54c7517 /Dockerfile | |
parent | adf163bad564b16c7caefbdfb9ccfb9abac9fa97 (diff) | |
download | easybridge-7e2294933aa159e170ab8b090c58e3c3d97c765a.tar.gz easybridge-7e2294933aa159e170ab8b090c58e3c3d97c765a.zip |
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 |