SuccessConsole Output

[mclient-stage_2-merge_sol006v331] Running shell script
+ docker build -t osm/osmclient-sol006v331 .
Sending build context to Docker daemon  21.02MB

Step 1/5 : FROM ubuntu:18.04
 ---> 4eb8f7c43909
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
 ---> ba4b34b0aec3
Step 3/5 : RUN python3 -m easy_install pip==21.0.1
 ---> Using cache
 ---> a4784005a65d
Step 4/5 : RUN pip3 install tox==3.22.0
 ---> Using cache
 ---> ae7330b1a541
Step 5/5 : RUN DEBIAN_FRONTEND=noninteractive apt-get -y install     libcurl4-openssl-dev     libssl-dev     wget
 ---> Using cache
 ---> 1df0e877d005
Successfully built 1df0e877d005
Successfully tagged osm/osmclient-sol006v331:latest