SuccessConsole Output

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

Step 1/4 : FROM ubuntu:20.04
 ---> fb52e22af1b0
Step 2/4 : RUN DEBIAN_FRONTEND=noninteractive apt-get update &&     DEBIAN_FRONTEND=noninteractive apt-get -y install         debhelper         dh-python         git         python3         python3-all         python3-dev         python3-setuptools
 ---> Using cache
 ---> 662f45c0e162
Step 3/4 : RUN python3 -m easy_install pip==21.0.1
 ---> Using cache
 ---> fdd9d50b0233
Step 4/4 : RUN pip3 install tox==3.22.0
 ---> Using cache
 ---> ff344636d9aa
Successfully built ff344636d9aa
Successfully tagged osm/pol-v9.0:latest