SuccessConsole Output

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

Step 1/5 : FROM ubuntu:18.04
 ---> 5a214d77f5d7
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
 ---> f6e231fd46ba
Step 3/5 : RUN python3 -m easy_install pip==21.0.1
 ---> Using cache
 ---> 5ff91d394f4c
Step 4/5 : RUN pip3 install tox==3.22.0
 ---> Using cache
 ---> cde93d53ebeb
Step 5/5 : RUN DEBIAN_FRONTEND=noninteractive apt-get -y install     libcurl4-openssl-dev     libssl-dev     wget
 ---> Using cache
 ---> f99b3c1201e9
Successfully built f99b3c1201e9
Successfully tagged osm/osmclient-v9.0:latest