SuccessConsole Output

[POL-stage_2-merge_ng-ro-refactor] Running shell script
+ docker build -t osm/pol-ng-ro-refactor .
Sending build context to Docker daemon  19.96MB

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
 ---> 57ec40c02dcc
Step 3/4 : RUN python3 -m easy_install pip==21.0.1
 ---> Using cache
 ---> 0746f345ca39
Step 4/4 : RUN pip3 install tox==3.22.0
 ---> Using cache
 ---> 2cdb3fb42828
Successfully built 2cdb3fb42828
Successfully tagged osm/pol-ng-ro-refactor:latest