Add golang to default image
All checks were successful
andreas-personal/good-old-jenkins/pipeline/head This commit looks good

This commit is contained in:
Andreas Fahrecker 2024-04-16 00:30:47 +02:00
parent b8862de242
commit cdb18bf2a5

View File

@ -5,7 +5,7 @@ RUN groupadd -g 281 docker
RUN usermod -aG docker jenkins
# Install tea
RUN apt-get update && apt-get install -y git make
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