Skip to content

Commit da4eaf4

Browse files
committed
Fix curl
1 parent d633fbf commit da4eaf4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM python:3.10-slim AS base
22

33
RUN apt-get update && apt-get install -y --no-install-recommends \
4-
tini ca-certificates \
4+
tini curl ca-certificates \
55
&& rm -rf /var/lib/apt/lists/*
66

77
RUN curl -LsSf https://astral.sh/uv/install.sh | sh -s -- --yes --bin-dir /usr/local/bin

0 commit comments

Comments
 (0)