SuccessConsole Output

[POL-stage_2-merge_sol006v331] Running shell script
+ docker build -t osm/pol-sol006v331 .
Sending build context to Docker daemon  19.87MB

Step 1/4 : FROM ubuntu:20.04
 ---> 26b77e58432b
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
 ---> b2c606f9007a
Step 3/4 : RUN python3 -m easy_install pip==21.0.1
 ---> Using cache
 ---> cd39062cf222
Step 4/4 : RUN pip3 install tox==3.22.0
 ---> Using cache
 ---> 6977fbfe5f27
Successfully built 6977fbfe5f27
Successfully tagged osm/pol-sol006v331:latest