Public Access
1
0
mirror of https://github.com/docker/build-push-action.git synced 2026-05-08 13:10:15 +03:00

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
+1
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