mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-18 16:02:10 +00:00
7 lines
250 B
Plaintext
7 lines
250 B
Plaintext
FROM nikolaik/python-nodejs:python3.11-nodejs19
|
|
|
|
RUN python3 -m pip install pipx poetry
|
|
RUN python3 -m pipx ensurepath
|
|
ENV PATH="/root/.local/bin:${PATH}"
|
|
ENV PATH="/usr/local/bin:${PATH}"
|
|
RUN pipx install openapi-python-client==0.11.6 --include-deps |