SuccessConsole Output

[NBI-stage_2-merge_sol006] Running shell script
+ docker build -t osm/nbi-sol006 .
Sending build context to Docker daemon  18.71MB

Step 1/4 : FROM ubuntu:18.04
 ---> 56def654ec22
Step 2/4 : RUN apt-get update && apt-get -y install wget git make python python3      libcurl4-gnutls-dev libgnutls28-dev tox python3-dev python3-pip     debhelper python-setuptools python-all python3-all apt-utils     python-magic &&     DEBIAN_FRONTEND=noninteractive pip3 install -U stdeb setuptools-version-command
 ---> Using cache
 ---> ae31dc179b4c
Step 3/4 : RUN groupadd -o -g 1015 -r jenkins
 ---> Using cache
 ---> 4efc594d0a40
Step 4/4 : RUN useradd -o -u 1017 --create-home -r -g jenkins jenkins
 ---> Using cache
 ---> a3d48c53d17a
Successfully built a3d48c53d17a
Successfully tagged osm/nbi-sol006:latest