bga3 (2025-05-06-1228)
Published 2025-05-06 12:29:26 +02:00 by seeseemelk
Installation
docker pull gitea.seeseepuff.be/seeseemelk/bga3:2025-05-06-1228
sha256:6a8d637cd1740a6134f5ee271bf1b3b75eda022b9002615bb95d84a7b4552ea7
Image Layers
ADD file:0f6f1b93a8fddd20b36a99cc6cfbe4a03bc7be2adb427f7f8e74a2029c54c8bb in / |
CMD ["bash"] |
LABEL maintainer=devkitPro developers support@devkitpro.org |
ENV DEBIAN_FRONTEND=noninteractive |
RUN /bin/sh -c apt-get update && apt-get upgrade -y && apt-get install -y --no-install-recommends apt-utils && apt-get install -y --no-install-recommends sudo ca-certificates pkg-config curl wget bzip2 xz-utils make libarchive-tools doxygen gnupg && apt-get install -y --no-install-recommends git git-restore-mtime && apt-get install -y --no-install-recommends rsync && apt-get install -y --no-install-recommends cmake zip unzip ninja-build && apt-get install -y --no-install-recommends python3 python-is-python3 python3-lz4 && apt-get install -y --no-install-recommends locales && apt-get install -y --no-install-recommends patch && sed -i -e 's/# en_US.UTF-8 UTF-8/en_US.UTF-8 UTF-8/' /etc/locale.gen && dpkg-reconfigure --frontend=noninteractive locales && update-locale LANG=en_US.UTF-8 && apt-get clean && rm -rf /var/lib/apt/lists/* # buildkit |
RUN /bin/sh -c ln -s /proc/mounts /etc/mtab && wget https://apt.devkitpro.org/install-devkitpro-pacman && chmod +x ./install-devkitpro-pacman && ./install-devkitpro-pacman && rm ./install-devkitpro-pacman && dkp-pacman -Syyu --noconfirm && dkp-pacman -S --needed --noconfirm dkp-toolchain-vars dkp-meson-scripts && yes | dkp-pacman -Scc # buildkit |
ENV LANG=en_US.UTF-8 |
ENV DEVKITPRO=/opt/devkitpro |
ENV PATH=/opt/devkitpro/tools/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin |
LABEL maintainer=devkitPro developers support@devkitpro.org |
RUN /bin/sh -c dkp-pacman -Syyu --noconfirm && dkp-pacman -S --needed --noconfirm 3ds-dev nds-dev gp32-dev gba-dev gp2x-dev && dkp-pacman -S --needed --noconfirm 3ds-portlibs nds-portlibs armv4t-portlibs && yes | dkp-pacman -Scc # buildkit |
ENV DEVKITARM=/opt/devkitpro/devkitARM |
RUN /bin/sh -c apt-get -y update && apt-get -y upgrade # buildkit |
RUN /bin/sh -c apt-get install -y g++ clang cmake ninja-build libx11-dev libxcursor-dev libxi-dev libgl1-mesa-dev libfontconfig1-dev # buildkit |
RUN /bin/sh -c git clone https://github.com/aseprite/aseprite /aseprite # buildkit |
WORKDIR /aseprite |
RUN /bin/sh -c ./build.sh --auto --norun # buildkit |
WORKDIR /aseprite/build |
RUN /bin/sh -c ninja install # buildkit |
RUN /bin/sh -c wget -O /usr/bin/gomplate https://github.com/hairyhenderson/gomplate/releases/download/v4.3.2/gomplate_linux-amd64 && chmod +x /usr/bin/gomplate # buildkit |
RUN /bin/sh -c apt-get -y install python3-pillow # buildkit |
RUN /bin/sh -c echo '%sudo ALL=(ALL) NOPASSWD:ALL' >> /etc/sudoers # buildkit |
RUN /bin/sh -c useradd --create-home --groups sudo --shell /bin/bash build # buildkit |
USER build |
WORKDIR / |
Labels
Key | Value |
---|---|
maintainer | devkitPro developers support@devkitpro.org |
Details
2025-05-06 12:29:26 +02:00
Versions (3)
View all
Container
3
OCI / Docker
linux/amd64
1.9 GiB