mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-06 17:25:55 -05:00
Merge pull request #330 from alagoutte/fix-import-pssa
DockerFile: Add missing AllUsers Scope when install PSSA
This commit is contained in:
commit
77c5521127
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ RUN mkdir -p /opt/microsoft/powershell/7 \
|
||||||
| xargs -n 1 wget -O - \
|
| xargs -n 1 wget -O - \
|
||||||
| tar -xzC /opt/microsoft/powershell/7 \
|
| tar -xzC /opt/microsoft/powershell/7 \
|
||||||
&& ln -s /opt/microsoft/powershell/7/pwsh /usr/bin/pwsh \
|
&& ln -s /opt/microsoft/powershell/7/pwsh /usr/bin/pwsh \
|
||||||
&& pwsh -c 'install-module psscriptanalyzer -force'
|
&& pwsh -c 'install-module psscriptanalyzer -Scope AllUsers -force'
|
||||||
|
|
||||||
#####################
|
#####################
|
||||||
# Run Pip3 Installs #
|
# Run Pip3 Installs #
|
||||||
|
|
Loading…
Reference in a new issue