Skip to content

Commit

Permalink
fix(docker): fix missing var syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
azlam-abdulsalam committed Sep 30, 2023
1 parent b7df72f commit 114b419
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 @@ -102,7 +102,7 @@ RUN mkdir -p $XDG_DATA_HOME && \


# Install sfdx plugins
RUN echo 'y' | sf plugins:install @dxatscale/browserforce${BROWSERFORCE_VERSION} \
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] \
&& yarn cache clean --all
Expand Down

0 comments on commit 114b419

Please sign in to comment.