SuccessConsole Output

[POL-stage_2_v7.0] Running shell script
+ docker build -t osm/pol-v7.0 .
Sending build context to Docker daemon  141.2MB

Step 1/4 : FROM ubuntu:16.04
 ---> 330ae480cb85
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
 ---> 3972b108e460
Step 3/4 : RUN groupadd -o -g 1015 -r jenkins
 ---> Using cache
 ---> ee663a7d34e2
Step 4/4 : RUN useradd -o -u 1017 --create-home -r -g jenkins jenkins
 ---> Using cache
 ---> 168639d1d952
Successfully built 168639d1d952
Successfully tagged osm/pol-v7.0:latest