mirror of
https://gitee.com/actions-mirror/docker-build-push-action.git
synced 2025-12-03 13:31:19 +08:00
install pkgs
This commit is contained in:
parent
410bc3c68c
commit
f12a6112f8
@ -1,6 +1,6 @@
|
|||||||
# syntax=docker/dockerfile:1
|
# syntax=docker/dockerfile:1
|
||||||
FROM --platform=$BUILDPLATFORM golang:alpine AS build
|
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 TARGETPLATFORM
|
||||||
ARG BUILDPLATFORM
|
ARG BUILDPLATFORM
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user