SuccessConsole Output

[SOL005-stage_2-merge_v13.0] Running shell script
+ docker build --build-arg APT_PROXY=http://172.21.1.1:3142 -t osm/sol005-v13.0 .
Sending build context to Docker daemon  150.1MB

Step 1/5 : FROM ubuntu:18.04
 ---> 71eaf13299f4
Step 2/5 : RUN apt-get update && apt-get install -y git build-essential curl     && curl -s https://deb.nodesource.com/gpgkey/nodesource.gpg.key | apt-key add -     && echo "deb https://deb.nodesource.com/node_10.x bionic main" | tee -a /etc/apt/sources.list.d/nodesource.list     && echo "deb-src https://deb.nodesource.com/node_10.x bionic main" | tee -a /etc/apt/sources.list.d/nodesource.list     && apt-get update && apt-get install -y nodejs
 ---> Using cache
 ---> 4836b91655ce
Step 3/5 : RUN npm install --save @openapi-contrib/json-schema-to-openapi-schema
 ---> Using cache
 ---> 591041775c53
Step 4/5 : RUN npm install -g swagger-cli
 ---> Using cache
 ---> 4e309c74719c
Step 5/5 : RUN npm install -g speccy
 ---> Using cache
 ---> d771c3f96d07
[Warning] One or more build-args [APT_PROXY] were not consumed
Successfully built d771c3f96d07
Successfully tagged osm/sol005-v13.0:latest