This repository was archived by the owner on Mar 18, 2024. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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 \
3232 libgtk-3-0 libnspr4 libnss3 libx11-xcb1 libxcb-dri3-0 libxcomposite1 libxcursor1 \
3333 libxdamage1 libxfixes3 libxi6 libxinerama1 libxrandr2 libxshmfence1 libxss1 libxtst6 \
3434 fonts-liberation fonts-ipafont-gothic fonts-wqy-zenhei fonts-thai-tlwg fonts-kacst fonts-freefont-ttf \
35- && apt-get autoremove --assume-yes \
36- && apt-get clean --assume-yes \
35+ && apt-get autoremove --assume-yes \
36+ && apt-get clean --assume-yes \
3737 && rm -rf /var/lib/apt/lists/*
3838
3939
@@ -62,7 +62,7 @@ RUN ln -sf bash /bin/sh && \
6262
6363
6464# Install sfdx plugins
65- RUN echo 'y' | sfdx plugins:install sfdx-browserforce-plugin@2.11.0
65+ RUN echo 'y' | sfdx plugins:install sfdx-browserforce-plugin@2.9.1
6666RUN echo 'y' | sfdx plugins:install sfdmu@4.18.2
6767
6868# install sfpowerscripts
You can’t perform that action at this time.
0 commit comments