forked from dxatscale/sfpowerscripts
-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(browserforce): revert "Increment browserforce plugin to v2.11.0" (d…
…xatscale#1337) Revert "chore(versions): Increment browserforce plugin to v2.11.0 (dxatscale#1334)" This reverts commit ab3398e.
- Loading branch information
1 parent
cb13207
commit 853ee03
Showing
1 changed file
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -32,8 +32,8 @@ RUN apt-get update && apt-get install -qq software-properties-common \ | |
libgtk-3-0 libnspr4 libnss3 libx11-xcb1 libxcb-dri3-0 libxcomposite1 libxcursor1 \ | ||
libxdamage1 libxfixes3 libxi6 libxinerama1 libxrandr2 libxshmfence1 libxss1 libxtst6 \ | ||
fonts-liberation fonts-ipafont-gothic fonts-wqy-zenhei fonts-thai-tlwg fonts-kacst fonts-freefont-ttf \ | ||
&& apt-get autoremove --assume-yes \ | ||
&& apt-get clean --assume-yes \ | ||
&& apt-get autoremove --assume-yes \ | ||
&& apt-get clean --assume-yes \ | ||
&& rm -rf /var/lib/apt/lists/* | ||
|
||
|
||
|
@@ -62,7 +62,7 @@ RUN ln -sf bash /bin/sh && \ | |
|
||
|
||
# Install sfdx plugins | ||
RUN echo 'y' | sfdx plugins:install sfdx-browserforce-plugin@2.11.0 | ||
RUN echo 'y' | sfdx plugins:install sfdx-browserforce-plugin@2.9.1 | ||
RUN echo 'y' | sfdx plugins:install [email protected] | ||
|
||
# install sfpowerscripts | ||
|