From d08d3b6f0e77d70560c8a4f2af8b65021c868db3 Mon Sep 17 00:00:00 2001 From: zontreck Date: Sun, 7 Jul 2024 02:19:46 -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 7647462..0a2b367 100644 --- a/LinuxGeneralCompiler/Dockerfile +++ b/LinuxGeneralCompiler/Dockerfile @@ -10,7 +10,7 @@ RUN echo ${JENKINS_SECRET} > /agent.secret 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 libgtk-4-1 libgtk-4-1-dev +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 libgtk-4-1 WORKDIR / RUN curl -sO https://ci.zontreck.com/jnlpJars/agent.jar