install pkgs

This commit is contained in:
CrazyMax
2025-11-19 19:31:19 +01:00
parent 6909fbc5b1
commit 410bc3c68c
2 changed files with 2 additions and 1 deletions

View File

@@ -1,5 +1,6 @@
# syntax=docker/dockerfile:1
FROM --platform=$BUILDPLATFORM golang:alpine AS build
RUN apk add --no-cache ca-certificates golang nodejs rust cargo
ARG TARGETPLATFORM
ARG BUILDPLATFORM