Comment out installation of tea-cli
Some checks failed
andreas-personal/jenkins-ssh-docker-agent/pipeline/head There was a failure building this commit
Some checks failed
andreas-personal/jenkins-ssh-docker-agent/pipeline/head There was a failure building this commit
This commit is contained in:
@ -21,9 +21,9 @@ RUN apt-get update
|
|||||||
RUN apt-get install -y docker-ce-cli
|
RUN apt-get install -y docker-ce-cli
|
||||||
|
|
||||||
# Install tea
|
# Install tea
|
||||||
RUN apt-get install -y git make golang
|
# RUN apt-get install -y git make golang
|
||||||
RUN git clone https://gitea.com/gitea/tea.git
|
# RUN git clone https://gitea.com/gitea/tea.git
|
||||||
RUN cd tea && make && make install
|
# RUN cd tea && make && make install
|
||||||
|
|
||||||
# Install flutter
|
# Install flutter
|
||||||
RUN apt-get install -y\
|
RUN apt-get install -y\
|
||||||
|
Reference in New Issue
Block a user