add gnu patch
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Mauro Torrez 2019-09-22 19:15:32 -03:00
parent f714e05eb9
commit c583730339

View File

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