Skip to content

Commit 1fedb97

Browse files
author
Jiyeon Baek
committed
fix
1 parent faefef4 commit 1fedb97

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)