Skip to content

Commit

Permalink
fix(docker): remove lwc-test and community
Browse files Browse the repository at this point in the history
This is causing downstream issues for a key client, temporarily disabling until further analysis
  • Loading branch information
azlam-abdulsalam authored Oct 18, 2023
1 parent e45d68a commit 297d317
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions dockerfiles/sfpowerscripts.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -107,11 +107,10 @@ RUN echo 'y' | sf plugins:install @dxatscale/browserforce@${BROWSERFORCE_VERSION
&& echo 'y' | sf plugins:install sfdmu@${SFDMU_VERSION} \
&& echo 'y' | sf plugins:install @salesforce/[email protected] \
&& echo 'y' | sf plugins:install @salesforce/[email protected] \
&& echo 'y' | sf plugins:install @salesforce/[email protected] \
&& echo 'y' | sf plugins:install @salesforce/[email protected] \
&& echo 'y' | sf plugins:install @salesforce/[email protected] \
&& yarn cache clean --all \
&& rm -rf /sf_plugins/.cache/sf
&& rm -rf /sf_plugins/.cache/sf \
&& mkdir -p /sf_plugins/.cache/sf

# Set some sane behaviour in container
ENV SF_CONTAINER_MODE=true
Expand Down

0 comments on commit 297d317

Please sign in to comment.