SuccessConsole Output

[SOL005-stage_2_master] Running shell script
+ docker build --build-arg APT_PROXY=http://172.21.1.1:3142 -t osm/sol005-master .
Sending build context to Docker daemon    151MB

Step 1/5 : FROM ubuntu:18.04
 ---> f9a80a55f492
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
 ---> ae61a5dc92d6
Step 3/5 : RUN npm install --save @openapi-contrib/json-schema-to-openapi-schema
 ---> Using cache
 ---> 7f50f59f0fae
Step 4/5 : RUN npm install -g swagger-cli
 ---> Using cache
 ---> 9cb49e3c21cd
Step 5/5 : RUN npm install -g speccy
 ---> Using cache
 ---> d04b5b62faa1
[Warning] One or more build-args [APT_PROXY] were not consumed
Successfully built d04b5b62faa1
Successfully tagged osm/sol005-master:latest