espur (latest)
Published 2025-08-19 12:16:59 +00:00 by stay
Installation
docker pull git.zaroz.cloud/stay/espur:latest
sha256:aa144754f697291eee3a58d9cc46c55b71faa837dbd19f3126da6680331e64f0
Image Layers
# debian.sh --arch 'amd64' out/ 'stable' '@1754870400' |
RUN /bin/sh -c apt-get update && apt-get install -y libssl3 ca-certificates curl python3 ffmpeg && rm -rf /var/lib/apt/lists/* # buildkit |
COPY /app/target/release/espur /usr/local/bin/espur # buildkit |
RUN /bin/sh -c curl -L https://github.com/yt-dlp/yt-dlp/releases/latest/download/yt-dlp -o /usr/local/bin/yt-dlp && chmod a+rx /usr/local/bin/yt-dlp # buildkit |
RUN /bin/sh -c chmod +x /usr/local/bin/espur # buildkit |
WORKDIR /app |
ENTRYPOINT ["/usr/local/bin/espur"] |