yolks (voice_teaspeak)

Published 2025-03-26 17:09:56 +01:00 by pterodactylimages

Installation

docker pull git.eplg.services/pterodactylimages/yolks:voice_teaspeak
sha256:4ff0904acb1f096933a3f283f8e276a27243924eb7a7dc001c6cff588a1d4359

Image layers

# debian.sh --arch 'amd64' out/ 'bookworm' '@1742169600'
LABEL author=Torsten Widmann maintainer=info@goover.de
LABEL org.opencontainers.image.source=https://github.com/pterodactyl/yolks
LABEL org.opencontainers.image.licenses=MIT
ENV DEBIAN_FRONTEND=noninteractive
RUN /bin/sh -c apt update && apt upgrade -y # buildkit
RUN /bin/sh -c apt install -y ffmpeg curl python3 iproute2 libjemalloc2 tini # buildkit
RUN /bin/sh -c curl -L https://github.com/yt-dlp/yt-dlp/releases/latest/download/yt-dlp -o /usr/local/bin/youtube-dl # buildkit
RUN /bin/sh -c chmod a+rx /usr/local/bin/youtube-dl # buildkit
RUN /bin/sh -c update-alternatives --install /usr/bin/python python /usr/bin/python3 1000 # buildkit
RUN /bin/sh -c useradd -m -d /home/container container # buildkit
USER container
ENV USER=container HOME=/home/container
WORKDIR /home/container
STOPSIGNAL SIGINT
COPY --chown=container:container ./entrypoint.sh /entrypoint.sh # buildkit
RUN /bin/sh -c chmod +x /entrypoint.sh # buildkit
ENTRYPOINT ["/usr/bin/tini" "-g" "--"]
CMD ["/entrypoint.sh"]

Labels

Key Value
author Torsten Widmann
maintainer info@goover.de
org.opencontainers.image.licenses MIT
org.opencontainers.image.source https://github.com/pterodactyl/yolks
Details
Container
2025-03-26 17:09:56 +01:00
0
OCI / Docker
linux/amd64
MIT
283 MiB
Versions (101) View all
java_22 2025-03-26
wine_8 2025-03-26
wine_10 2025-03-26
wine_7 2025-03-26
wine_9 2025-03-26