diff options
Diffstat (limited to 'Dockerfile')
-rw-r--r-- | Dockerfile | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,7 +1,7 @@ -#FROM archlinux:latest -#RUN pacman -Sy python-pip --noconfirm; pacman -Scc --noconfirm +FROM archlinux:latest +RUN pacman -Sy python-pip --noconfirm; pacman -Scc --noconfirm; find /var/cache/pacman/ -type f -delete; find /var/lib/pacman/sync/ -type f -delete -FROM python:3.8-buster +#FROM python:3.8.6-buster RUN pip install fbchat |