Added the missing containers from rpi-docker-images

This commit is contained in:
2021-04-24 13:00:00 +02:00
parent ee7613803d
commit bf41bdbb21
11 changed files with 408 additions and 1 deletions

8
slack-eraser/Dockerfile Normal file
View File

@@ -0,0 +1,8 @@
FROM python:alpine
RUN apk add --no-cache bash curl \
&& pip3 install slacker
ADD slack-eraser.py /
CMD ["python", "/slack-eraser.py"]