diff --git a/cicd/Dockerfile b/cicd/Dockerfile index 7e2f567..7156378 100644 --- a/cicd/Dockerfile +++ b/cicd/Dockerfile @@ -2,5 +2,4 @@ FROM ubuntu:latest MAINTAINER LuK1337 RUN apt update -RUN apt -y install aapt python3 python3-pip -RUN pip install parse requests +RUN apt -y install aapt python3 python3-parse python3-requests