diff --git a/cicd/Dockerfile b/cicd/Dockerfile index 7156378..83e9de8 100644 --- a/cicd/Dockerfile +++ b/cicd/Dockerfile @@ -1,5 +1,11 @@ FROM ubuntu:latest MAINTAINER LuK1337 -RUN apt update -RUN apt -y install aapt python3 python3-parse python3-requests +RUN <