Fix the debianbuilder appimage instructions
This commit is contained in:
parent
b3ed1fbd32
commit
d575bdb603
2 changed files with 1 additions and 6 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue