We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0bf8a85 + e15299c commit 515d199Copy full SHA for 515d199
1 file changed
Dockerfile
@@ -61,4 +61,5 @@ RUN curl -L "https://amazon-ecr-credential-helper-releases.s3.us-east-2.amazonaw
61
RUN mkdir -p "$GOPATH/src" "$GOPATH/bin" && chmod -R 777 "$GOPATH"
62
63
# install uv
64
-RUN curl -LsSf https://astral.sh/uv/install.sh | sh
+# 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