mirror of
https://gh-proxy.com/https://github.com/docker/build-push-action
synced 2025-12-11 08:27:38 +08:00
install pkgs
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user