yolks (bot_parkertron)
Published 2025-03-26 19:31:46 +01:00 by pterodactylimages
Installation
docker pull git.eplg.services/pterodactylimages/yolks:bot_parkertron
sha256:8a4ea1313bb2334fc30309fe59ea96382db45544989386be94373877ca40a543
Image layers
# debian.sh --arch 'amd64' out/ 'bookworm' '@1742169600' |
LABEL author=Michael Parker maintainer=parker@pterodactyl.io |
ENV DEBIAN_FRONTEND=noninteractive |
RUN /bin/sh -c apt update -y && apt install -y iproute2 ca-certificates libtesseract-dev tesseract-ocr-eng && useradd -m -d /home/container container # buildkit |
USER container |
ENV USER=container HOME=/home/container |
WORKDIR /home/container |
COPY ./entrypoint.sh /entrypoint.sh # buildkit |
CMD ["/bin/bash" "/entrypoint.sh"] |
Labels
Key | Value |
---|---|
author | Michael Parker |
maintainer | parker@pterodactyl.io |