FROM nikolaik/python-nodejs

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


