Skip to content
This repository has been archived by the owner on Mar 18, 2024. It is now read-only.

Commit

Permalink
fix(docker): remove plugin-packaging
Browse files Browse the repository at this point in the history
plugin packaging is moved back as a core plugin, so this is no longer required
  • Loading branch information
azlam-abdulsalam committed Nov 29, 2023
1 parent 884efe9 commit 4235c8a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion dockerfiles/sfpowerscripts.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,6 @@ RUN mkdir -p $XDG_DATA_HOME && \
# Install sfdx plugins
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] \
&& yarn cache clean --all
Expand Down

0 comments on commit 4235c8a

Please sign in to comment.