SuccessConsole Output

[POL-stage_2-merge_v8.0] Running shell script
+ docker build -t osm/pol-v8.0 .
Sending build context to Docker daemon  147.4MB

Step 1/4 : FROM ubuntu:16.04
 ---> d355ed3537e9
Step 2/4 : RUN  apt-get update &&   DEBIAN_FRONTEND=noninteractive apt-get --yes install git tox make python-all python3 python3-pip debhelper wget &&   DEBIAN_FRONTEND=noninteractive apt-get --yes install libmysqlclient-dev libxml2 python3-all &&   DEBIAN_FRONTEND=noninteractive pip3 install -U setuptools setuptools-version-command stdeb
 ---> Using cache
 ---> cb27dff3f680
Step 3/4 : RUN groupadd -o -g 1016 -r jenkins
 ---> Using cache
 ---> f7900e034fff
Step 4/4 : RUN useradd -o -u 1016 --create-home -r -g jenkins jenkins
 ---> Using cache
 ---> edfc93df466e
Successfully built edfc93df466e
Successfully tagged osm/pol-v8.0:latest