Skip to content

Commit

Permalink
fixup! chore(ci): Simplify the Dockerfile after switching to uv
Browse files Browse the repository at this point in the history
  • Loading branch information
cdecker committed Jan 24, 2025
1 parent 0c58fc1 commit 64efdb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/gl-testing/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ ENV UV_LINK_MODE=copy

RUN curl -LsSf https://astral.sh/uv/install.sh | sh
RUN uv sync && uv pip install libs/cln-version-manager
RUN uv run clnvm --verbose get-all
RUN uv run --package cln-version-manager clnvm --verbose get-all

# Create a symlink to the latest cln-version and add it to the path
RUN ln -s $(uv run --package cln-version-manager latest --root-path) /opt/cln-latest

0 comments on commit 64efdb0

Please sign in to comment.