This commit is contained in:
6
Dockerfile
Normal file
6
Dockerfile
Normal file
@@ -0,0 +1,6 @@
|
||||
FROM python:3-alpine
|
||||
ADD plugin.sh /bin/
|
||||
RUN chmod +x /bin/plugin.sh
|
||||
RUN apk -Uuv add ca-certificates
|
||||
RUN pip install twine
|
||||
ENTRYPOINT /bin/plugin.sh
|
||||
Reference in New Issue
Block a user