tic80pro (latest)
Published 2026-08-16 18:09:10 +00:00 by mr.zero
Installation
docker pull git.teletypegames.org/build/tic80pro:latestsha256:bcad31079341676476e9ccd58b137a6e55efd862b420b8fb16c8a0cf5e062b61
Image Layers
| ARG RELEASE |
| ARG LAUNCHPAD_BUILD_ARCH |
| LABEL org.opencontainers.image.ref.name=ubuntu |
| LABEL org.opencontainers.image.version=24.04 |
| ADD file:1ae27d2ef4369361104b699712f3897141e394785df5d193d67b44626f57eb87 in / |
| CMD ["/bin/bash"] |
| RUN /bin/sh -c apt-get update && apt-get install -y build-essential cmake git libpipewire-0.3-dev libwayland-dev libsdl2-dev ruby-dev libcurl4-openssl-dev libglvnd-dev libglu1-mesa-dev freeglut3-dev curl lua5.4 && rm -rf /var/lib/apt/lists/* # buildkit |
| RUN /bin/sh -c git clone --recursive https://github.com/nesbox/TIC-80 /opt/TIC-80 && cd /opt/TIC-80/build && cmake -DBUILD_SDLGPU=On -DBUILD_WITH_ALL=On -DBUILD_PRO=On -DBUILD_STATIC=On .. && cmake --build . --parallel # buildkit |
| ENV PATH=/opt/TIC-80/build/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin |
| WORKDIR /workspace |
| CMD ["/bin/bash"] |
Labels
| Key | Value |
|---|---|
| org.opencontainers.image.ref.name | ubuntu |
| org.opencontainers.image.version | 24.04 |