From dca75e6648dba6e98f921b4352df35f91a5336b5 Mon Sep 17 00:00:00 2001 From: Azlam <43767972+azlam-abdulsalam@users.noreply.github.com> Date: Wed, 18 Oct 2023 12:42:22 +0000 Subject: [PATCH] fix(docker): temporary remove cleaning of cache Cleaning of cache is causing issues with certain plugin installations. --- dockerfiles/sfpowerscripts.Dockerfile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/dockerfiles/sfpowerscripts.Dockerfile b/dockerfiles/sfpowerscripts.Dockerfile index 47eaef86e..aab0bee71 100644 --- a/dockerfiles/sfpowerscripts.Dockerfile +++ b/dockerfiles/sfpowerscripts.Dockerfile @@ -108,9 +108,7 @@ RUN echo 'y' | sf plugins:install @dxatscale/browserforce@${BROWSERFORCE_VERSION && echo 'y' | sf plugins:install @salesforce/plugin-packaging@1.25.0 \ && echo 'y' | sf plugins:install @salesforce/plugin-signups@1.5.0 \ && echo 'y' | sf plugins:install @salesforce/sfdx-scanner@3.16.0 \ - && yarn cache clean --all \ - && rm -rf /sf_plugins/.cache/sf \ - && mkdir -p /sf_plugins/.cache/sf + && yarn cache clean --all # Set some sane behaviour in container ENV SF_CONTAINER_MODE=true