SuperMarioOdysseyOnline/Dockerfile
Robin C. Ladiges 6a5b5146b8 use devkitpro docker image
installing it via pacman everytime is unsupported and will lead to http 403 errors.
2022-12-16 13:21:07 -06:00

13 lines
266 B
Docker

FROM devkitpro/devkita64:latest as builder
# install dependencies
RUN apt-get update \
&& apt-get install -y \
python3 \
python3-pip \
&& pip3 install keystone-engine \
;
WORKDIR /app/
ENTRYPOINT make