SuccessConsole Output

[NBI-stage_2-merge_v9.0] Running shell script
+ docker build -t osm/nbi-v9.0 .
Sending build context to Docker daemon  21.92MB

Step 1/7 : FROM ubuntu:18.04
 ---> 5a214d77f5d7
Step 2/7 : RUN DEBIAN_FRONTEND=noninteractive apt-get update &&     DEBIAN_FRONTEND=noninteractive apt-get -y install         debhelper         git         python3         python3-all         python3-dev         python3-setuptools
 ---> Using cache
 ---> f6e231fd46ba
Step 3/7 : RUN python3 -m easy_install pip==21.0.1
 ---> Using cache
 ---> 5ff91d394f4c
Step 4/7 : RUN pip3 install tox==3.22.0
 ---> Using cache
 ---> cde93d53ebeb
Step 5/7 : RUN DEBIAN_FRONTEND=noninteractive apt-get -y install wget
 ---> Using cache
 ---> f69a9d2989fd
Step 6/7 : ENV LC_ALL C.UTF-8
 ---> Using cache
 ---> 8387429b67d1
Step 7/7 : ENV LANG C.UTF-8
 ---> Using cache
 ---> 06658b2d5379
Successfully built 06658b2d5379
Successfully tagged osm/nbi-v9.0:latest