mirror of
https://github.com/napnap75/multiarch-docker-images.git
synced 2026-02-05 10:28:59 +01:00
Added the missing containers from rpi-docker-images
This commit is contained in:
8
slack-eraser/Dockerfile
Normal file
8
slack-eraser/Dockerfile
Normal 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"]
|
||||
Reference in New Issue
Block a user