SuperMarioOdysseyOnline/Dockerfile

14 lines
266 B
Docker
Raw Normal View History

FROM devkitpro/devkita64:latest as builder
2022-07-09 19:56:38 +00:00
# install dependencies
RUN apt-get update \
&& apt-get install -y \
python3 \
python3-pip \
&& pip3 install keystone-engine \
2022-07-09 19:56:38 +00:00
;
WORKDIR /app/
ENTRYPOINT make