SuccessConsole Output

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

Step 1/4 : FROM ubuntu:20.04
 ---> 1318b700e415
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
 ---> 213172f35ad4
Step 3/4 : RUN python3 -m easy_install pip==21.0.1
 ---> Using cache
 ---> afe3c1840c5c
Step 4/4 : RUN pip3 install tox==3.22.0
 ---> Using cache
 ---> ffed3cc2bc6d
Successfully built ffed3cc2bc6d
Successfully tagged osm/pol-v9.0:latest