Messed up Dockerfiles previously
This commit is contained in:
		| @@ -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 | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user