nostalgia/Dockerfile

14 lines
418 B
Docker
Raw Normal View History

2017-04-16 01:00:50 -05:00
FROM wombatant/devenv:latest
ENV DEVKITPRO /opt/devkitPro
ENV DEVKITARM ${DEVKITPRO}/devkitARM
2017-11-09 21:43:59 -06:00
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