We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 846c4c4 commit 7fbcf1fCopy full SHA for 7fbcf1f
docker/code-server/Dockerfile
@@ -44,7 +44,7 @@ ADD settings.json .vscode/settings.json
44
45
RUN uv venv .venv
46
RUN source .venv/bin/activate
47
-RUN uv sync --active
+RUN uv sync --active --all-extras
48
49
50
# Use our entrypoint script to launch Docker daemon and then code-server.
0 commit comments