Compare commits

...

2 Commits

Author SHA1 Message Date
cdb18bf2a5 Add golang to default image
All checks were successful
andreas-personal/good-old-jenkins/pipeline/head This commit looks good
2024-04-16 00:30:47 +02:00
b8862de242 Only install git and make instead of build essentials 2024-04-16 00:29:43 +02:00

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 build-essential
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