Add tea and make docker build parallel
Some checks reported errors
andreas-personal/jenkins-ssh-docker-agent/pipeline/head Something is wrong with the build of this commit
Some checks reported errors
andreas-personal/jenkins-ssh-docker-agent/pipeline/head Something is wrong with the build of this commit
This commit is contained in:
@ -20,6 +20,11 @@ RUN echo \
|
||||
RUN apt-get update
|
||||
RUN apt-get install -y docker-ce-cli
|
||||
|
||||
# Install tea
|
||||
RUN apt-get install -y git make golang
|
||||
RUN git clone https://gitea.com/gitea/tea.git
|
||||
RUN cd tea && make && make install
|
||||
|
||||
# Install flutter
|
||||
RUN apt-get update
|
||||
RUN apt-get install -y\
|
||||
|
Reference in New Issue
Block a user