diff --git a/Dockerfile b/Dockerfile new file mode 100644 index 0000000..93ef936 --- /dev/null +++ b/Dockerfile @@ -0,0 +1,5 @@ +FROM python:3.6.14-alpine + +RUN pip install archerysec-cli + +CMD ["archerysec-cli"] \ No newline at end of file