drone-plugin-make/Dockerfile
Mauro Torrez c583730339
All checks were successful
continuous-integration/drone/push Build is passing
add gnu patch
2019-09-22 19:15:32 -03:00

6 lines
114 B
Docker

FROM alpine
ADD script.sh /bin/
RUN chmod +x /bin/script.sh
RUN apk -Uuv add make patch
ENTRYPOINT /bin/script.sh