Skip to content

Commit

Permalink
fix(docker): temporary remove cleaning of cache
Browse files Browse the repository at this point in the history
Cleaning of cache is causing issues with certain plugin installations.
  • Loading branch information
azlam-abdulsalam committed Oct 18, 2023
1 parent 297d317 commit dca75e6
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions dockerfiles/sfpowerscripts.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit dca75e6

Please sign in to comment.