From c5837303398bc43b6af276fd831885476f599744 Mon Sep 17 00:00:00 2001 From: Mauro Torrez Date: Sun, 22 Sep 2019 19:15:32 -0300 Subject: [PATCH] add gnu patch --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 6af9c3b..eeb9e4c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ FROM alpine ADD script.sh /bin/ RUN chmod +x /bin/script.sh -RUN apk -Uuv add make +RUN apk -Uuv add make patch ENTRYPOINT /bin/script.sh