add git
This commit is contained in:
@@ -9,7 +9,7 @@ ENV PATH="/root/.local/bin:$PATH"
|
||||
RUN <<EOT
|
||||
#!/bin/bash
|
||||
apt-get update
|
||||
apt-get install -y --no-install-recommends ca-certificates curl
|
||||
apt-get install -y --no-install-recommends ca-certificates curl git
|
||||
curl -LsSf https://astral.sh/uv/install.sh | sh
|
||||
uv venv --managed-python -p 3.12 --seed /app/.venv
|
||||
source /app/.venv/bin/activate
|
||||
|
||||
Reference in New Issue
Block a user