From 7130c7b7d6d0c4f49229df33825e2861eb463457 Mon Sep 17 00:00:00 2001 From: Alex Auvolat Date: Sun, 4 Oct 2020 20:00:17 +0200 Subject: Security against deletion of dbPmRoomMap entries --- Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Dockerfile') diff --git a/Dockerfile b/Dockerfile index 28d0eef..ff17e69 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 -- cgit v1.2.3