Fix the debianbuilder appimage instructions

This commit is contained in:
zontreck 2024-07-23 02:51:59 -07:00
parent b3ed1fbd32
commit d575bdb603
2 changed files with 1 additions and 6 deletions

View file

@ -2,8 +2,6 @@ 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 /
@ -14,11 +12,8 @@ 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