From 010ed0bbfc7c607a4959ba1e86805a0ff675c4f0 Mon Sep 17 00:00:00 2001 From: zontreck Date: Sun, 7 Jul 2024 02:00:31 -0700 Subject: [PATCH] Fixes the package name for google-chrome --- LinuxGeneralCompiler/Dockerfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/LinuxGeneralCompiler/Dockerfile b/LinuxGeneralCompiler/Dockerfile index 16c51e2..dca2af8 100644 --- a/LinuxGeneralCompiler/Dockerfile +++ b/LinuxGeneralCompiler/Dockerfile @@ -10,7 +10,9 @@ 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 google-chrome android-sdk android-sdk-build-tools android-sdk-platform-tools +RUN apt install -y build-essential cmake ninja-build openjdk-17-jdk nasm git curl wget openjdk-17-jre google-chrome-stable android-sdk android-sdk-build-tools android-sdk-platform-tools + +RUN ln -sv $(which google-chrome-stable) /bin/google-chrome WORKDIR / RUN curl -sO https://ci.zontreck.com/jnlpJars/agent.jar