Skip to content

Commit e1a4f39

Browse files
nepetcdecker
authored andcommitted
Dockerfile: Change uv sync call to use --dev
uv complained about the use of --extra dev Signed-off-by: Peter Neuroth <[email protected]>
1 parent ec8546e commit e1a4f39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/gl-testing/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ ADD . /repo
215215
WORKDIR /repo
216216

217217
# Populate `uv` cache
218-
RUN uv sync --all-packages --extra dev
218+
RUN uv sync --all-packages --dev
219219

220220
# Populate CLN versions
221221
RUN uv run python3 -m clnvm --verbose get-all

0 commit comments

Comments
 (0)