From 94064e733f90f6755f993ba7bcb9c09448649b59 Mon Sep 17 00:00:00 2001 From: uazo <29201891+uazo@users.noreply.github.com> Date: Sun, 15 Aug 2021 13:36:10 +0200 Subject: [PATCH] added CIPD_CACHE_DIR --- images/bromite-build/Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/images/bromite-build/Dockerfile b/images/bromite-build/Dockerfile index 17a76cc..ee5f3d9 100644 --- a/images/bromite-build/Dockerfile +++ b/images/bromite-build/Dockerfile @@ -11,6 +11,8 @@ COPY goma_auth.py . COPY casupload . COPY build_args.gni . +ENV CIPD_CACHE_DIR=/home/lg/working_dir/.cipd_cache + RUN sudo chmod +x ./start-build.sh \ && \ sudo chmod +x ./pre-start.sh \