FROM git.zontreck.com/ariascreations/buildenvironments:flutter COPY ./agent.secret /agent.secret ENV APPIMAGE_BUILDER_VER 1.1.0 RUN curl -sO https://ci.zontreck.com/jnlpJars/agent.jar ADD pub.secret / RUN cat /pub.secret | dart pub token add https://git.zontreck.com/api/packages/AriasCreations/pub WORKDIR /root/.ssh ADD ./id_rsa ./id_rsa ADD ./id_rsa.pub ./id_rsa.pub RUN chmod 0600 id_rsa WORKDIR /root/.gradle ADD ./gradle.properties ./ WORKDIR / ADD ./env /env.bash RUN source /env.bash ENTRYPOINT [ "java", "-jar", "/agent.jar", "-url", "https://ci.zontreck.com", "-secret", "@/agent.secret", "-name", "Linux", "-workDir", "/builder" ]