Where does the bug appear (feature/product)?
Background Agent (GitHub, Slack, Web, Linear), e.g. RequestId bc-212f361d-8174-4dcc-8f5a-2b41ba039775
Describe the Bug
I have a build with a custom image, but as of today builds have been failing (seemingly out of the blue):
Error: Environment failed to start
Details:
Failed to execute install command install-system-dependencies (system: true, user: Some("root")): Command failed with exit code 1: stdout: All required packages are already installed. Skipping installation.
e[3J, stderr:
Allocating resources for this agent...
Checking out repository…
Repository checked out
⣽
All required packages are already installed. Skipping installation.
e[3J
[Exit] Failed (code: 1)
That’s the entire build log, and the error seems to occur before it even runs my custom Dockerfile. Looking for that exact string (“All required packages are already installed. Skipping installation.”) yielded very few results online and on github, so I have no idea where it could even come from (maybe cursor’s orchestration code?).
I assume install-system-dependencies
is an internal script running, and it probably shouldn’t return exit code 1
in this instance? I can only guess that this came from a change introduced recently.
Any help would be greatly appreciated, I’m stumped.
Steps to Reproduce
Background Agent with a custom Dockerfile (happy to provide mine, although I think this error happens before my Dockerfile)
Operating System
Linux
Current Cursor Version (Menu → About Cursor → Copy)
Version: 1.5.5
VSCode Version: 1.99.3
Commit: 823f58d4f60b795a6aefb9955933f3a2f0331d70
Date: 2025-08-25T17:40:25.290Z
Electron: 34.5.8
Chromium: 132.0.6834.210
Node.js: 20.19.1
V8: 13.2.152.41-electron.0
OS: Linux x64 6.14.0-29-generic
Does this stop you from using Cursor
Yes - Cursor is unusable