From 962858c0537bf913b3b472cac637aba520f72f40 Mon Sep 17 00:00:00 2001 From: Fabio Manganiello <fabio@manganiello.tech> Date: Fri, 28 Feb 2025 01:45:39 +0100 Subject: [PATCH] apk add make to the Docker image used for the build. --- .drone/build-all.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/.drone/build-all.sh b/.drone/build-all.sh index 7c25a30..6d82053 100755 --- a/.drone/build-all.sh +++ b/.drone/build-all.sh @@ -1,4 +1,5 @@ #!/bin/sh npm install typescript -g +apk add --no-cache make make