From 6bddaf6534c2df0483aafb4a24dfb2a7b74538fa Mon Sep 17 00:00:00 2001 From: Andrew Schwartzmeyer Date: Wed, 7 Sep 2016 16:27:23 -0700 Subject: [PATCH] Add unstable Dockerfile for Ubuntu 14.04 --- docker/unstable/ubuntu14.04/Dockerfile | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 docker/unstable/ubuntu14.04/Dockerfile diff --git a/docker/unstable/ubuntu14.04/Dockerfile b/docker/unstable/ubuntu14.04/Dockerfile new file mode 100644 index 000000000..8b6b5d72c --- /dev/null +++ b/docker/unstable/ubuntu14.04/Dockerfile @@ -0,0 +1,6 @@ +FROM powershell/powershell:stable-ubuntu14.04 +MAINTAINER Andrew Schwartzmeyer + +COPY bootstrap.ps1 / +RUN powershell -f bootstrap.ps1 \ + && dpkg -i PowerShell/powershell*.deb