From 04a87313a235cf4c32d64a2ee4e06e973b3bf875 Mon Sep 17 00:00:00 2001 From: Andreas Fahrecker Date: Fri, 16 Aug 2024 22:01:52 +0200 Subject: [PATCH] Comment out install of Tea-Cli --- Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index c91d386..d674e3b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,9 +5,9 @@ RUN groupadd -g 281 docker RUN usermod -aG docker jenkins # Install tea -RUN apt-get update && 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 update && apt-get install -y git make golang +# RUN git clone https://gitea.com/gitea/tea.git +# RUN cd tea && make && make install COPY --chown=jenkins:jenkins executors.groovy /usr/share/jenkins/ref/init.groovy.d/executors.groovy