installer (debian)

Published 2026-01-05 17:30:55 +07:00 by t-lessy

Installation

docker pull git.tlessy.ru/t-lessy/installer:debian
sha256:3e23469afa9e3b14bc533b66a875375e6759440d39978e6d03af5b7a212da158

Image layers

# debian.sh --arch 'amd64' out/ 'bookworm' '@1766966400'
ENV HTTP_PROXY=http://tlessy.ru:10808
ENV HTTPS_PROXY=http://tlessy.ru:10808
LABEL author=Matthew Penner maintainer=matthew@pterodactyl.io
LABEL org.opencontainers.image.source=https://github.com/pterodactyl/yolks
LABEL org.opencontainers.image.licenses=MIT
ENV DEBIAN_FRONTEND=noninteractive
/bin/sh -c apt update && apt upgrade -y && apt -y --no-install-recommends install ca-certificates curl git unzip zip tar jq wget
/bin/sh -c if [ "$(uname -m)" = "x86_64" ]; then dpkg --add-architecture i386 && apt update && apt -y install lib32gcc-s1 libsdl2-2.0-0:i386; fi

Labels

Key Value
author Matthew Penner
maintainer matthew@pterodactyl.io
org.opencontainers.image.licenses MIT
org.opencontainers.image.source https://github.com/pterodactyl/yolks
Details
Container
2026-01-05 17:30:55 +07:00
1
OCI / Docker
linux/amd64
MIT
134 MiB
Versions (1) View all
debian 2026-01-05