mirror of
https://github.com/luzifer-docker/jenkins.git
synced 2024-11-09 17:10:01 +00:00
Initial version
This commit is contained in:
commit
17102473ba
1 changed files with 4 additions and 0 deletions
4
Dockerfile
Normal file
4
Dockerfile
Normal file
|
@ -0,0 +1,4 @@
|
|||
FROM jenkins
|
||||
USER root
|
||||
RUN apt-get install -y docker.io
|
||||
USER jenkins
|
Loading…
Reference in a new issue