delete uv after install

This commit is contained in:
Alex Shnitman
2026-02-04 21:09:42 +02:00
parent 297cac378c
commit 46fbf92c00

View File

@@ -50,6 +50,8 @@ RUN sed -i 's/\r$//g' docker-entrypoint.sh && \
build-essential && \
curl -LsSf https://astral.sh/uv/install.sh | UV_INSTALL_DIR=/usr/local/bin sh && \
UV_PROJECT_ENVIRONMENT=/usr/local uv sync --frozen --no-dev --compile-bytecode && \
uv cache clean && \
rm -f /usr/local/bin/uv /usr/local/bin/uvx /usr/local/bin/uvw && \
curl -fsSL https://deno.land/install.sh | DENO_INSTALL=/usr/local sh -s -- -y && \
apt-get purge -y --auto-remove build-essential && \
rm -rf /var/lib/apt/lists/* && \