spacebot (7954d4)

Published 2026-07-09 14:39:51 +02:00 by spacebot in spacebar/spacebot

Installation

docker pull git.spbr.net/spacebar/spacebot:7954d4
sha256:02810b4997bf9166aed4ea04f7d4550cb4c6b2bd3d098b36e68d0a05d94e37a4

Image layers

ADD alpine-minirootfs-3.24.1-x86_64.tar.gz / # buildkit
CMD ["/bin/sh"]
WORKDIR /app
RUN /bin/sh -c apk add --no-cache ffmpeg python3 curl libstdc++ && 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 && apk del curl # buildkit
COPY /app/dist/professor ./splatie # buildkit
ENTRYPOINT ["./splatie"]
Details
Container
2026-07-09 14:39:51 +02:00
0
OCI / Docker
linux/amd64
79 MiB
Versions (22) View all
655dea 2026-08-14
latest 2026-08-08
6feeed 2026-08-08
10e13f 2026-08-05
166174 2026-07-28