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

This commit is contained in:
2024-04-16 00:42:29 +02:00
parent c8060531d6
commit 79f46c59a2
3 changed files with 47 additions and 30 deletions

View File

@ -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\