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

Commit

Permalink
fix(docker): fix permissions to xdg directories
Browse files Browse the repository at this point in the history
  • Loading branch information
azlam-abdulsalam committed Sep 18, 2023
1 parent 2ae2328 commit 06770e3
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 @@ -82,7 +82,7 @@ ENV XDG_DATA_HOME=/sf_plugins/.local/share \
RUN mkdir -p $XDG_DATA_HOME && \
mkdir -p $XDG_CONFIG_HOME && \
mkdir -p $XDG_CACHE_HOME && \
chmod -R 777 sfdx_plugins && \
chmod -R 777 sf_plugins && \
export JAVA_HOME && \
export XDG_DATA_HOME && \
export XDG_CONFIG_HOME && \
Expand Down

0 comments on commit 06770e3

Please sign in to comment.