FROM plugins/base:i386 LABEL maintainer="Drone.IO Community " \ org.label-schema.name="Drone Ansible" \ org.label-schema.vendor="Drone.IO Community" \ org.label-schema.schema-version="1.0" RUN apk add --no-cache bash git curl ansible py-pip && \ pip install -U pip ADD release/linux/i386/drone-ansible /bin/ ENTRYPOINT ["/bin/drone-ansible"]