install pkgs

This commit is contained in:
CrazyMax 2025-11-19 19:32:45 +01:00
parent 410bc3c68c
commit f12a6112f8
No known key found for this signature in database
GPG Key ID: ADE44D8C9D44FBE4

View File

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