mirror of
https://github.com/PowerShell/PowerShell.git
synced 2024-11-27 11:56:14 +08:00
parent
d59b322032
commit
6342448bb9
@ -1,6 +1,6 @@
|
||||
FROM ubuntu:16.04
|
||||
|
||||
RUN apt-get update && apt-get install -y curl libunwind8 libicu55
|
||||
RUN apt-get update && apt-get install -y curl libunwind8 libicu55 libcurl3
|
||||
RUN curl -LO https://github.com/PowerShell/PowerShell/releases/download/v6.0.0-alpha.9/powershell_6.0.0-alpha.9-1ubuntu1.16.04.1_amd64.deb
|
||||
RUN dpkg -i powershell_6.0.0-alpha.9-1ubuntu1.16.04.1_amd64.deb
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user