From ca0cff7bcefd99f526a3f9971838f85eb6223ddf Mon Sep 17 00:00:00 2001 From: LuK1337 Date: Wed, 13 Oct 2021 17:08:41 +0200 Subject: [PATCH] Publish Dockerfile --- cicd/Dockerfile | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 cicd/Dockerfile diff --git a/cicd/Dockerfile b/cicd/Dockerfile new file mode 100644 index 0000000..7e2f567 --- /dev/null +++ b/cicd/Dockerfile @@ -0,0 +1,6 @@ +FROM ubuntu:latest +MAINTAINER LuK1337 + +RUN apt update +RUN apt -y install aapt python3 python3-pip +RUN pip install parse requests