We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da4eaf4 commit 4e35fdaCopy full SHA for 4e35fda
.dockerignore
@@ -0,0 +1,2 @@
1
+.git
2
+.github
Dockerfile
@@ -4,7 +4,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
4
tini curl ca-certificates \
5
&& rm -rf /var/lib/apt/lists/*
6
7
-RUN curl -LsSf https://astral.sh/uv/install.sh | sh -s -- --yes --bin-dir /usr/local/bin
+RUN curl -LsSf https://astral.sh/uv/install.sh | sh -s -- --bin-dir /usr/local/bin
8
9
WORKDIR /app
10
0 commit comments