mirror of
https://github.com/luzifer-docker/jenkins.git
synced 2024-12-20 11:21:20 +00:00
5 lines
69 B
Text
5 lines
69 B
Text
|
FROM jenkins
|
||
|
USER root
|
||
|
RUN apt-get install -y docker.io
|
||
|
USER jenkins
|