mirror of
https://github.com/formbricks/formbricks.git
synced 2026-04-19 11:11:05 -05:00
commented add step
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user