FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
PowerShell/Dockerfile at master · ChiangFamily/PowerShell · GitHub
ChiangFamily
/
PowerShell
Public
forked from
PowerShell/PowerShell
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
PowerShell
/
Dockerfile
Copy path
More file actions
More file actions
Latest commit
History
History
History
7 lines (5 loc) · 318 Bytes
Breadcrumbs
PowerShell
/
Dockerfile
Copy path
File metadata and controls
7 lines (5 loc) · 318 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
FROM
ubuntu:16.04
RUN
apt-get update && apt-get install -y curl libunwind8 libicu55
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
Entrypoint [
"powershell"
]
Back
|
FazBrowse Home
|
New Git URL