Reorganize statements
This commit is contained in:
parent
97b9359425
commit
42c4fe1ed2
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue