jenkins/Dockerfile
2014-10-03 12:44:49 +02:00

5 lines
69 B
Docker

FROM jenkins
USER root
RUN apt-get install -y docker.io
USER jenkins