spacebot (61fbad)

Published 2026-07-16 16:07:10 +02:00 by spacebot in spacebar/spacebot

Installation

docker pull git.spbr.net/spacebar/spacebot:61fbad
sha256:d8e09d7237281fd218a2f3fa2c0ab7ef238ef5b26ca842ce950b30b54a4bf44c

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-16 16:07:10 +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