aboutsummaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authorAlex Auvolat <alex@adnab.me>2020-10-04 20:00:17 +0200
committerAlex Auvolat <alex@adnab.me>2020-10-04 20:00:17 +0200
commit7130c7b7d6d0c4f49229df33825e2861eb463457 (patch)
treeede3559a26a6db10ace500730ddfd96bf7d44468 /Dockerfile
parentd3ab4fa8cafa0aeedb626d2067659d75c88a1b4f (diff)
downloadeasybridge-7130c7b7d6d0c4f49229df33825e2861eb463457.tar.gz
easybridge-7130c7b7d6d0c4f49229df33825e2861eb463457.zip
Security against deletion of dbPmRoomMap entries
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile6
1 files changed, 3 insertions, 3 deletions
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