mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2025-12-08 22:32:39 +01:00
@@ -18,7 +18,7 @@ RUN apt-get update && apt-get install -y \
|
||||
RUN cd /usr/src \
|
||||
&& wget "https://github.com/PowerShell/PowerShell/releases/download/v${POWERSHELL_VERSION}/powershell_${POWERSHELL_VERSION}-1.debian.9_amd64.deb" -O /tmp/powershell.deb \
|
||||
&& dpkg -i /tmp/powershell.deb \
|
||||
&& ln -snf "/opt/microsoft/powershell/6/pwsh" /usr/bin/pwsh \
|
||||
&& ln -snf "/opt/microsoft/powershell/7/pwsh" /usr/bin/pwsh \
|
||||
&& apt-get install -fy \
|
||||
&& rm -rf /var/lib/apt/lists/* /usr/src/* /tmp/powershell.deb
|
||||
|
||||
|
||||
Reference in New Issue
Block a user