Block a user
simple_streamer (test)
Published 2025-11-14 23:17:09 +03:00 by woopwoop
Installation
docker pull git.woopwoopserver.com/woopwoop/simple_streamer:testsha256:a52ce868ff1aca497889ac6c63f17f2045df4e8236d6ece8f4ec01e1c32d858cImage Layers
| # debian.sh --arch 'amd64' out/ 'trixie' '@1762202650' |
| RUN /bin/sh -c apt-get update && apt-get install -y --no-install-recommends ca-certificates python3.13-venv python3-pip curl pkg-config libssl-dev libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev libgstreamer-plugins-bad1.0-dev gstreamer1.0-plugins-base gstreamer1.0-plugins-good gstreamer1.0-plugins-bad gstreamer1.0-plugins-ugly gstreamer1.0-libav gstreamer1.0-tools gstreamer1.0-x gstreamer1.0-alsa gstreamer1.0-gl gstreamer1.0-gtk3 gstreamer1.0-qt5 gstreamer1.0-pulseaudio && rm -rf /var/lib/apt/lists/* # buildkit |
| RUN /bin/sh -c python3.13 -m venv /opt/venv # buildkit |
| ENV PATH=/opt/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin |
| RUN /bin/sh -c python3 -m pip install -U --pre "yt-dlp[default,curl-cffi]" # buildkit |
| COPY /usr/src/app/target/release/simple_streamer /usr/local/bin/simple_streamer # buildkit |
| ENTRYPOINT ["/usr/local/bin/simple_streamer"] |