Skip to content
This repository has been archived by the owner on Mar 18, 2024. It is now read-only.

Commit

Permalink
fix(docker): remove cache removal
Browse files Browse the repository at this point in the history
  • Loading branch information
azlam-abdulsalam committed Aug 30, 2023
1 parent 8ab0e34 commit d0f9a72
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions dockerfiles/sfpowerscripts.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,7 @@ RUN npm install --global --omit=dev \
# Install sfdx plugins
RUN echo 'y' | sf plugins:install sfdx-browserforce-plugin@${BROWSERFORCE_VERSION} \
&& echo 'y' | sf plugins:install sfdmu@${SFDMU_VERSION} \
&& yarn cache clean --all \
&& rm -rf ~/.cache/sf
&& yarn cache clean --all

# Set some sane behaviour in container
ENV SF_CONTAINER_MODE=true
Expand Down

0 comments on commit d0f9a72

Please sign in to comment.