turns out we did need make

pull/1118/head
Willy 2023-02-01 22:13:49 +01:00
parent f8c4b1f0f2
commit 796555cdea
No known key found for this signature in database
GPG Key ID: 02E60AE5D9208602
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ ARG VERSION
ARG COMMIT ARG COMMIT
ARG BUILDPLATFORM ARG BUILDPLATFORM
ARG TARGETARCH 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 && \ libtool ca-certificates linux-headers wget curl jq && \
update-ca-certificates update-ca-certificates