X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=Dockerfile;h=8cc0a7d1c19771030f927a6b8628b101e296e765;hb=31b3a80ba77bded74b9af8782180f6005f932298;hp=b740f2a2a1d475a2007d8ead30223c4b000801f2;hpb=60c54db0480ca9a7257383bbc30385957a54d8f6;p=osm%2FSOL005.git diff --git a/Dockerfile b/Dockerfile index b740f2a..8cc0a7d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -17,7 +17,9 @@ FROM ubuntu:18.04 -RUN apt-get update && apt-get install -y build-essential nodejs npm +RUN apt-get update && apt-get install -y git build-essential nodejs npm +RUN npm install -g npm@latest +RUN npm install --save @openapi-contrib/json-schema-to-openapi-schema RUN npm install -g swagger-cli RUN npm install -g speccy