spacebot (6feeed)
Installation
docker pull git.spbr.net/spacebar/spacebot:6feeedsha256:b652a32e0758e01e90fabf9722775a2661df2b346ac60992962040fbbe674a85Image layers
| # debian.sh --arch 'amd64' out/ 'bookworm' '@1785715200' |
| WORKDIR /app |
| RUN /bin/sh -c apt-get update && apt-get install -y --no-install-recommends python3 libssl3 ca-certificates && rm -rf /var/lib/apt/lists/* # buildkit |
| COPY /app/dist/spacebot ./spacebot # buildkit |
| ENTRYPOINT ["./spacebot"] |