Closed
Description
The line COPY ./.devpod-internal/ /tmp/build-features/
in generated Dockerfile makes full rebuild even after tiniest changes in devcontainer.json. This is unprzctical. Why not add ./.devpod-internal/0
then ./.devpod-internal/1
and so on???
Enabling cache for apt, npm, pip, and similar commands (with RUN --mount) would also help a lot. Currently devpod image building is slow, so slow that it's almost useless to me and I have to switch to competition.