commented add step

This commit is contained in:
Dhruwang
2025-05-06 11:19:50 +05:30
parent defc5b29e1
commit 6fc1f77845

View File

@@ -1,8 +1,5 @@
FROM node:22-alpine3.21 AS base
# Step 2: Explicitly upgrade/install Golang to a fixed version
RUN apk add --no-cache --upgrade go=1.23.8-r0
#
## step 1: Prune monorepo
#
@@ -25,7 +22,7 @@ RUN npm install -g corepack@latest
RUN corepack enable
# Install necessary build tools and compilers
RUN apk update && apk add --no-cache cmake g++ gcc jq make openssl-dev python3
# RUN apk update && apk add --no-cache cmake g++ gcc jq make openssl-dev python3
# BuildKit secret handling without hardcoded fallback values
# This approach relies entirely on secrets passed from GitHub Actions