Skip to content

Commit

Permalink
fix(docker): install commonly used plugins
Browse files Browse the repository at this point in the history
Install commonly used JIT plugins to resolve installation issue of
removing cache.  This also helps in saving time
  • Loading branch information
azlam-abdulsalam committed Oct 18, 2023
1 parent fb5df37 commit 3244b74
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions dockerfiles/sfpowerscripts.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,10 @@ RUN mkdir -p $XDG_DATA_HOME && \
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 [email protected] \
&& yarn cache clean --all \
&& rm -rf /sf_plugins/.cache/sf

Expand Down

0 comments on commit 3244b74

Please sign in to comment.