SuccessConsole Output

[RO-stage_2-merge_v9.0] Running shell script
+ docker build -t osm/ro-v9.0 .
Sending build context to Docker daemon  27.89MB

Step 1/4 : FROM ubuntu:18.04
 ---> 5a214d77f5d7
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
 ---> f6e231fd46ba
Step 3/4 : RUN python3 -m easy_install pip==21.0.1
 ---> Using cache
 ---> 5ff91d394f4c
Step 4/4 : RUN pip3 install tox==3.22.0
 ---> Using cache
 ---> cde93d53ebeb
Successfully built cde93d53ebeb
Successfully tagged osm/ro-v9.0:latest