Skip to content

Commit 515d199

Browse files
authored
Merge pull request #21 from 100paperkite/main
fix uv install
2 parents 0bf8a85 + e15299c commit 515d199

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,4 +61,5 @@ RUN curl -L "https://amazon-ecr-credential-helper-releases.s3.us-east-2.amazonaw
6161
RUN mkdir -p "$GOPATH/src" "$GOPATH/bin" && chmod -R 777 "$GOPATH"
6262

6363
# install uv
64-
RUN curl -LsSf https://astral.sh/uv/install.sh | sh
64+
# https://docs.astral.sh/uv/reference/installer/#unmanaged-installations
65+
RUN curl -LsSf https://astral.sh/uv/install.sh | env UV_UNMANAGED_INSTALL="/usr/bin" sh

0 commit comments

Comments
 (0)