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.15.1 --include-deps |