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