Skip to content

cloudstack-llc/msty-claw-container

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

Msty Claw Container Runtime

Default Linux runtime image for Msty Claw container-backed bots.

docker pull ghcr.io/cloudstack-llc/msty-claw-container:bookworm

What's Included

  • Debian Bookworm slim base through node:22-bookworm-slim
  • Node.js 22 and npm
  • Python 3, pip, and venv
  • Git and OpenSSH client
  • Curl, wget, CA certificates, and network diagnostics
  • Build tools for native package installs
  • Common CLI utilities including jq, ripgrep, fd, archive tools, editors, and shells

Extend It

FROM ghcr.io/cloudstack-llc/msty-claw-container:bookworm

RUN apt-get update \
    && apt-get install -y --no-install-recommends your-package \
    && rm -rf /var/lib/apt/lists/*

About

Msty Claw Container Runtime

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors