mirror of
https://github.com/trycua/computer.git
synced 2026-01-01 11:00:31 -06:00
Firefox installation was causing very slow builds (1200+ seconds) downloading 72MB on ARM. Removed it since it's not essential for the basic container functionality. Firefox can be installed later inside the running container if needed: docker exec cua-docker-xfce apt-get install -y firefox Build time reduced from 20+ minutes to under 1 minute. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>