Messed up Dockerfiles previously

This commit is contained in:
Andreas Fahrecker 2024-04-16 00:19:51 +02:00
parent c7bd2d6cc6
commit 899b4e07bf
2 changed files with 3 additions and 3 deletions

View File

@ -5,7 +5,8 @@ RUN groupadd -g 281 docker
RUN usermod -aG docker jenkins
# Install tea
RUN apk add --no-cache tea
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

View File

@ -5,8 +5,7 @@ RUN addgroup --gid 281 docker
RUN addgroup jenkins docker
# Install tea
RUN git clone https://gitea.com/gitea/tea.git
RUN cd tea && make && make install
RUN apk add --no-cache tea
COPY --chown=jenkins:jenkins executors.groovy /usr/share/jenkins/ref/init.groovy.d/executors.groovy