Messed up Dockerfiles previously
This commit is contained in:
parent
c7bd2d6cc6
commit
899b4e07bf
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user