diff --git a/LinuxGeneralCompiler/Dockerfile b/LinuxGeneralCompiler/Dockerfile index fc095c2..8a30d9d 100644 --- a/LinuxGeneralCompiler/Dockerfile +++ b/LinuxGeneralCompiler/Dockerfile @@ -2,9 +2,7 @@ FROM debian:latest LABEL author="Tara Piccari" maintainer="tarapiccari@gmail.com" -ARG JENKINS_SECRET=notset - -COPY ${JENKINS_SECRET} /agent.secret +COPY ./agent.secret /agent.secret ENV DOCKER 1 USER 0