Added libcurl3 Docker dependency (#2104)

Fixes #2103
This commit is contained in:
Sajay Antony 2016-08-30 03:11:55 +05:30 committed by Andrew Schwartzmeyer
parent d59b322032
commit 6342448bb9

View File

@ -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