From 77db01b0159a375e1a197e1900a3c4eb3a41a7a2 Mon Sep 17 00:00:00 2001 From: Gary Talent Date: Fri, 13 Apr 2018 00:48:14 -0500 Subject: [PATCH] [nostalgia] Add Powershell to dev environment --- Dockerfile | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Dockerfile b/Dockerfile index 692a1083..79145b28 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,3 +4,10 @@ ENV DEVKITPRO /opt/devkitPro ENV DEVKITARM ${DEVKITPRO}/devkitARM RUN dnf install -y findutils ninja-build + +# Install Powershell +RUN rpm --import https://packages.microsoft.com/keys/microsoft.asc +RUN curl https://packages.microsoft.com/config/rhel/7/prod.repo | sudo tee /etc/yum.repos.d/microsoft.repo +RUN dnf update -y +RUN dnf install -y compat-openssl10 +RUN dnf install -y powershell