FROM nikolaik/python-nodejs

RUN npm install -g @apidevtools/swagger-cli
RUN pip install openapi-python-client
RUN pip install poetry


