change uv install
Some checks failed
Build and Push Image / Build and push image (push) Failing after 36m56s

This commit is contained in:
Andrew Ridgway 2026-05-19 23:31:21 +10:00
parent bf6fe21ea6
commit 5241613144
Signed by: armistace
GPG Key ID: C8D9EAC514B47EF1

View File

@ -12,8 +12,8 @@ RUN curl -Lo /bin/hadolint https://github.com/hadolint/hadolint/releases/downloa
RUN pip install checkov semgrep
RUN curl -sfL https://raw.githubusercontent.com/aquasecurity/trivy/main/contrib/install.sh | sh -s -- -b /usr/local/bin
# Install UV
COPY --from=ghcr.io/astral-sh/uv:latest /uv /uvx /bin/
# Install UV via pip (no ghcr.io dependency)
RUN pip install uv
WORKDIR /app
COPY pyproject.toml .
@ -44,7 +44,6 @@ COPY src/ ./src/
COPY mcp_servers/ ./mcp_servers/
COPY crews/ ./crews/
COPY tools/ ./tools/
COPY config/ ./config/
COPY contexts/ ./contexts/
COPY README.md .