From f4ed134505203f357aa613ff8b4ff79c471167f7 Mon Sep 17 00:00:00 2001 From: sourabhgupta385 Date: Tue, 10 Aug 2021 19:31:39 +0530 Subject: [PATCH] added Dockerfile --- Dockerfile | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 Dockerfile 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