Block a user
steamwheedle-dashboard (latest)
Published 2026-04-06 00:55:39 +00:00 by steve
Installation
docker pull gitea.stevedudenhoeffer.com/steve/steamwheedle-dashboard:latestsha256:889d11581ae01510c275c59db7fb2603462930e0cb5f8f56c4538597e624da86
Images
| Digest | OS / Arch | Size |
|---|---|---|
| df9b45a684 | linux/amd64 | 159 MiB |
Image Layers ( linux/amd64)
| # debian.sh --arch 'amd64' out/ 'bookworm' '@1773619200' |
| RUN /bin/sh -c apt-get update && apt-get install -y ca-certificates sqlite3 curl && rm -rf /var/lib/apt/lists/* # buildkit |
| RUN /bin/sh -c curl -fsSL https://deb.nodesource.com/setup_22.x | bash - && apt-get install -y nodejs && rm -rf /var/lib/apt/lists/* # buildkit |
| RUN /bin/sh -c npm install -g @anthropic-ai/claude-code # buildkit |
| COPY /steamwheedle-dashboard /usr/local/bin/steamwheedle-dashboard # buildkit |
| RUN /bin/sh -c mkdir -p /data # buildkit |
| COPY entrypoint.sh /usr/local/bin/entrypoint.sh # buildkit |
| RUN /bin/sh -c chmod +x /usr/local/bin/entrypoint.sh # buildkit |
| EXPOSE [8080/tcp] |
| ENTRYPOINT ["/usr/local/bin/entrypoint.sh"] |