Skip to content

Commit

Permalink
feat: remove sfdx-browserforce-plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric-2369 committed Nov 14, 2024
1 parent 7a754da commit f808d66
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions debian12-nodejs-typescript-salesforcecli-chromium/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ RUN npm install [email protected] [email protected] @salesforce/[email protected] -g \
&& npm cache clean --force

RUN mkdir -p /root/.config/sf \
&& echo '["sfdx-git-delta", "sfdx-browserforce-plugin"]' > /root/.config/sf/unsignedPluginAllowList.json \
&& sf plugins install [email protected] [email protected] \
&& echo '["sfdx-git-delta"]' > /root/.config/sf/unsignedPluginAllowList.json \
&& sf plugins install [email protected] \
&& npm cache clean --force

RUN apt-get update \
Expand Down
4 changes: 2 additions & 2 deletions debian12-nodejs-typescript-salesforcecli/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ RUN npm install [email protected] [email protected] @salesforce/[email protected] -g \
&& npm cache clean --force

RUN mkdir -p /root/.config/sf \
&& echo '["sfdx-git-delta", "sfdx-browserforce-plugin"]' > /root/.config/sf/unsignedPluginAllowList.json \
&& sf plugins install [email protected] [email protected] \
&& echo '["sfdx-git-delta"]' > /root/.config/sf/unsignedPluginAllowList.json \
&& sf plugins install [email protected] \
&& npm cache clean --force

CMD ["/bin/bash"]

0 comments on commit f808d66

Please sign in to comment.