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

Commit 4235c8a

Browse files
fix(docker): remove plugin-packaging
plugin packaging is moved back as a core plugin, so this is no longer required
1 parent 884efe9 commit 4235c8a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

dockerfiles/sfpowerscripts.Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,6 @@ RUN mkdir -p $XDG_DATA_HOME && \
105105
# Install sfdx plugins
106106
RUN echo 'y' | sf plugins:install @dxatscale/browserforce@${BROWSERFORCE_VERSION} \
107107
&& echo 'y' | sf plugins:install sfdmu@${SFDMU_VERSION} \
108-
&& echo 'y' | sf plugins:install @salesforce/[email protected] \
109108
&& echo 'y' | sf plugins:install @salesforce/[email protected] \
110109
&& echo 'y' | sf plugins:install @salesforce/[email protected] \
111110
&& yarn cache clean --all

0 commit comments

Comments
 (0)