Skip to content

Commit

Permalink
fix(browserforce): revert "Increment browserforce plugin to v2.11.0" (d…
Browse files Browse the repository at this point in the history
…xatscale#1337)

Revert "chore(versions): Increment browserforce plugin to v2.11.0 (dxatscale#1334)"

This reverts commit ab3398e.
  • Loading branch information
azlam-abdulsalam authored Jun 29, 2023
1 parent cb13207 commit 853ee03
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions dockerfiles/sfpowerscripts.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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/*


Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 853ee03

Please sign in to comment.