| # 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 |