This is an automated email from the ASF dual-hosted git repository.

vterentev pushed a commit to branch fix-website-workflows
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/fix-website-workflows by this 
push:
     new 06b2c8e3d18 Add corepack home dir
06b2c8e3d18 is described below

commit 06b2c8e3d18c775f980309e2da8da6296af1b0ed
Author: Vitaly Terentyev <[email protected]>
AuthorDate: Mon Jan 26 19:47:26 2026 +0400

    Add corepack home dir
---
 website/Dockerfile | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/website/Dockerfile b/website/Dockerfile
index 94789f2fd74..e09d06f22ea 100644
--- a/website/Dockerfile
+++ b/website/Dockerfile
@@ -58,7 +58,9 @@ RUN npm update -g npm
 RUN npm install postcss postcss-cli autoprefixer
 
 # Install yarn
-RUN corepack enable \
+ENV COREPACK_HOME=/usr/local/share/corepack
+RUN mkdir -p "$COREPACK_HOME" \
+ && corepack enable \
  && corepack prepare [email protected] --activate
 
 # Install hugo extended version v0.117.0

Reply via email to