mirror of
https://github.com/gadievron/raptor.git
synced 2026-04-24 21:46:00 +03:00
[PR #12] [MERGED] Add DevContainer and Dockerfile for easy onboarding #24
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/raptor#24
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/gadievron/raptor/pull/12
Author: @mbrg
Created: 11/30/2025
Status: ✅ Merged
Merged: 12/1/2025
Merged by: @danielcuthbert
Base:
main← Head:devcontainer📝 Commits (10+)
9a273c7init GH Archive skill56af489claude helps write gh archive skill5f74fbdrestructure for clarityd514f40prune fluff4d5fb62detect api access066ca4cprune "Automation vs Direct API Attribution"56d8437restructure under github-analysis160ce93claude helps0b1c411Merge pull request #1 from mbrg/github-ti-agentd1b8811Add force push recovery techniques to GitHub analysis skills📊 Changes
8 files changed (+1120 additions, -0 deletions)
View changed files
📝
.claude/skills/oss-forensics/github-evidence-kit/requirements.txt(+3 -0)➕
.devcontainer/Dockerfile(+168 -0)➕
.devcontainer/devcontainer.json(+40 -0)➕
.devcontainer/requirements-all-optional.txt(+16 -0)➕
.devcontainer/test_devcontainer.py(+871 -0)📝
.gitignore(+2 -0)➕
packages/web/requirements.txt(+5 -0)➕
requirements-dev.txt(+15 -0)📄 Description
Introduces a MASSIVE (almost 6GB) devcontainer with all prereqs pre-installed.
What's inside
Starts with the already bloated MSFT Debian-based Python 3.12 devcontainer, then adds:
Pre-installed security tools:
Build & debugging tools:
Web testing:
Python packages:
Runtime notes:
Usage
Open in VS Code or any of its forks with
Dev Container: Open Folder in Containercommand.Or build it with docker:
Verification
I tested it by creating a giant
test_devcontainer.pythat runs all our tests and iterating until it worked.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.