mirror of
https://github.com/GearsProgress/Poke_Transporter_GB.git
synced 2026-03-21 17:34:42 -05:00
13 lines
311 B
Docker
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
|