Poke_Transporter_GB/Dockerfile
Philippe Symons b84939b49a Add debug menu UI when you press L+R in the main menu.
It's only the UI yet. It only shows a couple of dummy options right now.
2026-03-09 19:56:32 +01:00

13 lines
311 B
Docker

FROM devkitpro/devkitarm:20251117
LABEL author="Poke Transporter GB"
USER root
ARG USER_ID
ARG GROUP_ID
ENV DEBIAN_FRONTEND="noninteractive"
RUN apt update && apt install -y build-essential python3-pip python3-png python3-debugpy && pip install pandas requests openpyxl --break-system-packages