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
|
RUN usermod -aG docker jenkins
|
||||||
|
|
||||||
# Install tea
|
# 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
|
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
|
RUN addgroup jenkins docker
|
||||||
|
|
||||||
# Install tea
|
# Install tea
|
||||||
RUN git clone https://gitea.com/gitea/tea.git
|
RUN apk add --no-cache tea
|
||||||
RUN cd tea && make && make install
|
|
||||||
|
|
||||||
COPY --chown=jenkins:jenkins executors.groovy /usr/share/jenkins/ref/init.groovy.d/executors.groovy
|
COPY --chown=jenkins:jenkins executors.groovy /usr/share/jenkins/ref/init.groovy.d/executors.groovy
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user