SuccessConsole Output

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

Step 1/4 : FROM ubuntu:18.04
 ---> 3339fde08fc3
Step 2/4 : 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/4 : RUN python3 -m easy_install pip==21.0.1
 ---> Using cache
 ---> 1748f4e17247
Step 4/4 : RUN pip3 install tox==3.22.0
 ---> Using cache
 ---> 7cacb1dae285
Successfully built 7cacb1dae285
Successfully tagged osm/ro-ng-ro-refactor:latest