SuccessConsole Output

[NBI-stage_2-merge_v7.0] Running shell script
+ docker build -t osm/nbi-v7.0 .
Sending build context to Docker daemon   19.7MB

Step 1/4 : FROM ubuntu:16.04
 ---> 330ae480cb85
Step 2/4 : RUN apt-get update && apt-get -y install wget git make python python3 python-pip     libcurl4-gnutls-dev libgnutls-dev tox python-dev python3-dev     debhelper python-setuptools python-all python3-all apt-utils python-magic     python3-pip python-pip &&     DEBIAN_FRONTEND=noninteractive pip3 install -U stdeb setuptools-version-command &&     DEBIAN_FRONTEND=noninteractive pip2 install -U stdeb
 ---> Using cache
 ---> 6e2f3369c2d2
Step 3/4 : RUN groupadd -o -g 1015 -r jenkins
 ---> Using cache
 ---> d8af3bc395d2
Step 4/4 : RUN useradd -o -u 1017 --create-home -r -g jenkins jenkins
 ---> Using cache
 ---> 61daeb6c4b88
Successfully built 61daeb6c4b88
Successfully tagged osm/nbi-v7.0:latest