change uv install
Some checks failed
Build and Push Image / Build and push image (push) Failing after 36m56s
Some checks failed
Build and Push Image / Build and push image (push) Failing after 36m56s
This commit is contained in:
parent
bf6fe21ea6
commit
5241613144
@ -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 .
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user