From 796555cdeaeab21c9c6e0c2104ba827d0c77f227 Mon Sep 17 00:00:00 2001 From: Willy Date: Wed, 1 Feb 2023 22:13:49 +0100 Subject: [PATCH] turns out we did need make --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e9a491c5..d0eb8d02 100644 --- a/Dockerfile +++ b/Dockerfile @@ -16,7 +16,7 @@ ARG VERSION ARG COMMIT ARG BUILDPLATFORM ARG TARGETARCH -RUN apk add --update --no-cache libstdc++ gcc g++ git autoconf \ +RUN apk add --update --no-cache libstdc++ gcc g++ make git autoconf \ libtool ca-certificates linux-headers wget curl jq && \ update-ca-certificates