spacebot (33fe5f)

Published 2026-07-06 18:39:04 +02:00 by spacebot in spacebar/spacebot

Installation

docker pull git.spbr.net/spacebar/spacebot:33fe5f
sha256:d90a09165fb3f241db5f16fcd87d27855e2fd1fc6932ba3267e9035cf30bc255

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-06 18:39:04 +02:00
1
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