From 42c4fe1ed25ddfba2a1835a1ab0ea9c50fbdc9e9 Mon Sep 17 00:00:00 2001 From: zontreck Date: Sun, 7 Jul 2024 03:09:58 -0700 Subject: [PATCH] Reorganize statements --- LinuxGeneralCompiler/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LinuxGeneralCompiler/Dockerfile b/LinuxGeneralCompiler/Dockerfile index 8d04990..5814930 100644 --- a/LinuxGeneralCompiler/Dockerfile +++ b/LinuxGeneralCompiler/Dockerfile @@ -6,6 +6,7 @@ ARG JENKINS_SECRET=notset ENV DOCKER 1 USER 0 +WORKDIR / RUN echo ${JENKINS_SECRET} > /agent.secret @@ -13,7 +14,6 @@ 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 -WORKDIR / RUN curl -sO https://ci.zontreck.com/jnlpJars/agent.jar RUN curl -sO https://storage.googleapis.com/flutter_infra_release/releases/stable/linux/flutter_linux_3.22.2-stable.tar.xz