Skip to content

Commit c2f9f2d

Browse files
committed
fix: fix uv commad syntax
1 parent 23fad32 commit c2f9f2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

base/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,4 +95,4 @@ RUN curl -LsSf https://astral.sh/uv/${UV_VERSION}/install.sh | env UV_UNMANAGED_
9595
RUN export UV_NO_CACHE=1 && \
9696
uv venv /opt/supervisor && \
9797
source /opt/supervisor/bin/activate && \
98-
uv install supervisor https://github.com/nijel/supervisor-stdout/archive/c909c1a1ddabaf679dc2eaecb3b8f5ad6bef467a.zip
98+
uv pip install supervisor https://github.com/nijel/supervisor-stdout/archive/c909c1a1ddabaf679dc2eaecb3b8f5ad6bef467a.zip

0 commit comments

Comments
 (0)