From c418218980c862311c94238254cf83a3c49cc442 Mon Sep 17 00:00:00 2001 From: LuK1337 Date: Tue, 25 Mar 2025 13:26:51 +0100 Subject: [PATCH] cicd: Use python3-{parse,requests} from apt --- cicd/Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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