From e5fc4eed00960125bb15f66082a4388325d7d828 Mon Sep 17 00:00:00 2001 From: Antoine Rybacki <15911822+Lifeismana@users.noreply.github.com> Date: Wed, 10 Jul 2024 09:08:46 +0200 Subject: [PATCH] add jre --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 2a2ed1c..132ca32 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,6 +8,7 @@ RUN pacman -Syu --noconfirm \ git \ python \ python-pip \ + jre-openjdk \ jadx \ unzip RUN python -m venv /data/.venv && \