Skip to content

Commit e742e21

Browse files
committed
Add uv to base images.
1 parent 39f691d commit e742e21

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Dockerfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,10 @@ RUN apt-get update && apt-get install -y \
5252
rm -rf /var/lib/apt/lists/* && \
5353
python --version
5454

55+
# uv + uvx (Python package/project manager)
56+
RUN curl -LsSf https://astral.sh/uv/install.sh | UV_INSTALL_DIR=/usr/local/bin sh && \
57+
uv --version
58+
5559
# Bun
5660
RUN if [ "$INSTALL_BUN" = "true" ]; then \
5761
apt-get update && apt-get install -y unzip && \

0 commit comments

Comments
 (0)