Skip to content

Commit

Permalink
fix(docker): fix missing plugin scope
Browse files Browse the repository at this point in the history
  • Loading branch information
azlam-abdulsalam committed Oct 18, 2023
1 parent 3244b74 commit e45d68a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dockerfiles/sfpowerscripts.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ RUN echo 'y' | sf plugins:install @dxatscale/browserforce@${BROWSERFORCE_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 [email protected] \
&& echo 'y' | sf plugins:install @salesforce/[email protected] \
&& yarn cache clean --all \
&& rm -rf /sf_plugins/.cache/sf

Expand Down

0 comments on commit e45d68a

Please sign in to comment.