Skip to content

Instantly share code, notes, and snippets.

View codyjroberts's full-sized avatar
🧀

Cody Roberts codyjroberts

🧀
  • Chicagoland
View GitHub Profile
@codyjroberts
codyjroberts / Dockerfile
Last active October 3, 2025 18:23
Claude Code devcontainer adapated for apple/container
FROM node:20
ARG TZ
ENV TZ="$TZ"
ARG CLAUDE_CODE_VERSION=latest
# Install basic development tools and iptables/ipset
RUN apt-get update && apt-get install -y --no-install-recommends \
less \