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