mirror of
https://github.com/luzifer-docker/jenkins.git
synced 2024-12-29 23:51:15 +00:00
4 lines
69 B
Docker
4 lines
69 B
Docker
FROM jenkins
|
|
USER root
|
|
RUN apt-get install -y docker.io
|
|
USER jenkins
|