Added Build-Essential to Default image
Some checks failed
andreas-personal/good-old-jenkins/pipeline/head There was a failure building this commit
Some checks failed
andreas-personal/good-old-jenkins/pipeline/head There was a failure building this commit
This commit is contained in:
parent
f58dc78f4e
commit
aedd1d77a0
@ -5,6 +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 git clone https://gitea.com/gitea/tea.git
|
||||
RUN cd tea && make && make install
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user