Comment out installation of tea-cli
Some checks failed
andreas-personal/jenkins-ssh-docker-agent/pipeline/head There was a failure building this commit

This commit is contained in:
2024-08-16 21:50:29 +02:00
parent 3b3c3558a1
commit 5966d4f447

View File

@ -21,9 +21,9 @@ 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
# 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 install -y\