SuccessConsole Output

[NBI-stage_2-merge_ng-ro-refactor] Running shell script
+ docker build -t osm/nbi-ng-ro-refactor .
Sending build context to Docker daemon  21.98MB

Step 1/5 : FROM ubuntu:18.04
 ---> 3339fde08fc3
Step 2/5 : 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
 ---> 1d6577bc63c3
Step 3/5 : RUN python3 -m easy_install pip==21.0.1
 ---> Using cache
 ---> 1748f4e17247
Step 4/5 : RUN pip3 install tox==3.22.0
 ---> Using cache
 ---> 7cacb1dae285
Step 5/5 : RUN DEBIAN_FRONTEND=noninteractive apt-get -y install wget
 ---> Using cache
 ---> 43b046bb85b8
Successfully built 43b046bb85b8
Successfully tagged osm/nbi-ng-ro-refactor:latest