diff --git a/LinuxGeneralCompiler/Dockerfile b/LinuxGeneralCompiler/Dockerfile index 5814930..fc095c2 100644 --- a/LinuxGeneralCompiler/Dockerfile +++ b/LinuxGeneralCompiler/Dockerfile @@ -4,12 +4,12 @@ LABEL author="Tara Piccari" maintainer="tarapiccari@gmail.com" ARG JENKINS_SECRET=notset +COPY ${JENKINS_SECRET} /agent.secret + ENV DOCKER 1 USER 0 WORKDIR / -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 clang pkg-config