cicd: Use python3-{parse,requests} from apt

This commit is contained in:
LuK1337
2025-03-25 13:26:51 +01:00
parent 96b642a142
commit c418218980

View File

@@ -2,5 +2,4 @@ FROM ubuntu:latest
MAINTAINER LuK1337 <priv.luk@gmail.com>
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