Skip to content

Commit 7fbcf1f

Browse files
committed
fix: Install all extras for code-server
1 parent 846c4c4 commit 7fbcf1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/code-server/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ ADD settings.json .vscode/settings.json
4444

4545
RUN uv venv .venv
4646
RUN source .venv/bin/activate
47-
RUN uv sync --active
47+
RUN uv sync --active --all-extras
4848

4949

5050
# Use our entrypoint script to launch Docker daemon and then code-server.

0 commit comments

Comments
 (0)