Signed-off-by: Jess Frazelle <acidburn@google.com>
This commit is contained in:
Jess Frazelle
2016-12-02 13:42:52 -08:00
parent 0a0c49c90f
commit d112cd4d9c
8 changed files with 18 additions and 13 deletions

View File

@@ -1,4 +1,4 @@
FROM debian:sid
FROM ubuntu:16.04
MAINTAINER Christian Koep <christian.koep@fom-net.de>
ENV POWERSHELL_VERSION 6.0.0-alpha.13
@@ -6,8 +6,10 @@ ENV POWERSHELL_VERSION 6.0.0-alpha.13
RUN apt-get update && apt-get install -y \
ca-certificates \
curl \
libunwind8 \
libcurl3 \
libicu55 \
libssl1.0.0 \
libunwind8 \
dpkg \
--no-install-recommends \
&& rm -rf /var/lib/apt/lists/*