FROM jenkins/jenkins:2.548-alpine USER root # Install docker RUN apk update && apk add --no-cache \ docker-cli \ docker-compose \ curl USER root