mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2024-11-23 11:31:49 +01:00
powershell
Signed-off-by: Jess Frazelle <acidburn@microsoft.com>
This commit is contained in:
parent
4ca3ce53b0
commit
af2cc06e8f
|
@ -16,6 +16,7 @@ RUN apt-get update && apt-get install -y \
|
|||
RUN cd /usr/src \
|
||||
&& curl -L -O "https://github.com/PowerShell/PowerShell/releases/download/v${POWERSHELL_VERSION}/powershell-preview_${POWERSHELL_VERSION}-1.debian.9_amd64.deb" \
|
||||
&& dpkg -i "powershell-preview_${POWERSHELL_VERSION}-1.debian.9_amd64.deb" \
|
||||
&& ln -snf /opt/microsoft/powershell/6-preview/pwsh /usr/bin/pwsh \
|
||||
&& apt-get install -fy \
|
||||
&& rm -rf /var/lib/apt/lists/* /usr/src/*
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user