Feature request for product/service
Cursor Web
Describe the request
I want to use Docker in Docker in Cloud Agents, so I need to build a custom Dockerfile. There are some instructions in the setup guide but they don’t have a FROM line or other package requirements.
I fired up a regular environment and have been checking /var/log/apt/apt.log to get a list of packages to install in a custom Dockerfile, but it’d make things easy if Cursor could publish a base image that we can use in a FROM line, that we could install things on top of with apt. Similar to what CircleCI does with their cimg convenience images. I figure that could improve first-time build times, too, since it could start from the same base you already have cached.
It’d be nice if you could publish a couple of variants for base use, Docker in Docker, etc.