SuccessConsole Output

[RO-stage_2-merge_sol006v331] Running shell script
+ docker build -t osm/ro-sol006v331 .
Sending build context to Docker daemon  27.64MB

Step 1/4 : FROM ubuntu:18.04
 ---> 4eb8f7c43909
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
 ---> ba4b34b0aec3
Step 3/4 : RUN python3 -m easy_install pip==21.0.1
 ---> Using cache
 ---> a4784005a65d
Step 4/4 : RUN pip3 install tox==3.22.0
 ---> Using cache
 ---> ae7330b1a541
Successfully built ae7330b1a541
Successfully tagged osm/ro-sol006v331:latest