[nostalgia] Add Powershell to dev environment
This commit is contained in:
parent
e2fe6f7320
commit
77db01b015
@ -4,3 +4,10 @@ ENV DEVKITPRO /opt/devkitPro
|
|||||||
ENV DEVKITARM ${DEVKITPRO}/devkitARM
|
ENV DEVKITARM ${DEVKITPRO}/devkitARM
|
||||||
|
|
||||||
RUN dnf install -y findutils ninja-build
|
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
|
||||||
|
Loading…
Reference in New Issue
Block a user