From 4e968005e981609334c64b1bf06503ac529885f2 Mon Sep 17 00:00:00 2001 From: zontreck Date: Sun, 7 Jul 2024 05:31:47 -0700 Subject: [PATCH] Remove invalid package --- LinuxGeneralCompiler/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LinuxGeneralCompiler/Dockerfile b/LinuxGeneralCompiler/Dockerfile index 25ed2e6..af555de 100644 --- a/LinuxGeneralCompiler/Dockerfile +++ b/LinuxGeneralCompiler/Dockerfile @@ -10,7 +10,7 @@ WORKDIR / RUN apt update; apt-get upgrade -y -RUN apt install -y build-essential cmake ninja-build openjdk-17-jdk nasm git curl wget openjdk-17-jre android-sdk android-sdk-build-tools android-sdk-platform-tools clang pkg-config android-sdk-platform-23 unzip +RUN apt install -y build-essential cmake ninja-build openjdk-17-jdk nasm git curl wget openjdk-17-jre android-sdk android-sdk-build-tools android-sdk-platform-tools clang pkg-config unzip RUN curl -sO https://ci.zontreck.com/jnlpJars/agent.jar