Skip to content

Commit 1b3c5bc

Browse files
authored
Merge pull request #18 from warpdotdev/lili/add-uv-to-base
Add `uv` to dev images.
2 parents 00c9c83 + e742e21 commit 1b3c5bc

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)