Add unstable Dockerfile for Ubuntu 14.04

This commit is contained in:
Andrew Schwartzmeyer 2016-09-07 16:27:23 -07:00
parent cbc658b525
commit 6bddaf6534

View file

@ -0,0 +1,6 @@
FROM powershell/powershell:stable-ubuntu14.04
MAINTAINER Andrew Schwartzmeyer <andschwa@microsoft.com>
COPY bootstrap.ps1 /
RUN powershell -f bootstrap.ps1 \
&& dpkg -i PowerShell/powershell*.deb