fix: add make to Dockerfile build dependencies

This commit is contained in:
2026-02-10 05:14:25 +01:00
parent e2da14a604
commit 667bc2e04a

View File

@@ -1,6 +1,6 @@
FROM golang:1.25-alpine AS build
RUN apk add --no-cache nodejs npm
RUN apk add --no-cache nodejs npm make
WORKDIR /src