mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-09-10 16:05:58 +00:00
uv tool install ansible
This commit is contained in:
@@ -101,6 +101,9 @@ ARG WITH_GIT=true
|
||||
ARG LATEST_STABLE_PY=3.11.10
|
||||
ENV UV_PYTHON_INSTALL_DIR=/tmp/windmill/cache/py_runtime
|
||||
ENV UV_PYTHON_PREFERENCE=only-managed
|
||||
ENV UV_TOOL_BIN_DIR=/usr/local/bin
|
||||
|
||||
ENV PATH /usr/local/bin:$PATH
|
||||
|
||||
RUN apt-get update \
|
||||
&& apt-get install -y --no-install-recommends netbase tzdata ca-certificates wget curl jq unzip build-essential unixodbc xmlsec1 software-properties-common \
|
||||
|
||||
@@ -3,7 +3,7 @@ FROM ghcr.io/windmill-labs/windmill:dev
|
||||
COPY --from=rust:1.81.0 /usr/local/cargo /usr/local/cargo
|
||||
COPY --from=rust:1.81.0 /usr/local/rustup /usr/local/rustup
|
||||
|
||||
RUN uv pip install ansible
|
||||
RUN uv tool install ansible
|
||||
|
||||
COPY --from=bitnami/dotnet-sdk:9.0.101-debian-12-r0 /opt/bitnami/dotnet-sdk /opt/dotnet-sdk
|
||||
RUN ln -s /opt/dotnet-sdk/bin/dotnet /usr/bin/dotnet
|
||||
|
||||
@@ -22,7 +22,7 @@ FROM ghcr.io/windmill-labs/windmill-ee:dev
|
||||
COPY --from=rust:1.81.0 /usr/local/cargo /usr/local/cargo
|
||||
COPY --from=rust:1.81.0 /usr/local/rustup /usr/local/rustup
|
||||
|
||||
RUN uv pip install ansible
|
||||
RUN uv tool install ansible
|
||||
|
||||
# dotnet SDK
|
||||
COPY --from=bitnami/dotnet-sdk:9.0.101-debian-12-r0 /opt/bitnami/dotnet-sdk /opt/dotnet-sdk
|
||||
|
||||
@@ -47,7 +47,7 @@ RUN apt-get update && apt-get install -y libprotobuf-dev libnl-route-3-dev
|
||||
COPY --from=rust:1.80.1 /usr/local/cargo /usr/local/cargo
|
||||
COPY --from=rust:1.80.1 /usr/local/rustup /usr/local/rustup
|
||||
|
||||
RUN uv pip install ansible
|
||||
RUN uv tool install ansible
|
||||
|
||||
# dotnet SDK
|
||||
COPY --from=bitnami/dotnet-sdk:9.0.101-debian-12-r0 /opt/bitnami/dotnet-sdk /opt/dotnet-sdk
|
||||
|
||||
Reference in New Issue
Block a user