SuccessConsole Output

[common-stage_2_v8.0] Running shell script
+ docker build -t osm/common-v8.0 .
Sending build context to Docker daemon  18.13MB

Step 1/4 : FROM ubuntu:18.04
 ---> c090eaba6b94
Step 2/4 : RUN apt-get update && apt-get -y install 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
 ---> de5718bcea85
Step 3/4 : RUN groupadd -o -g 1015 -r jenkins
 ---> Using cache
 ---> 1a72976c3098
Step 4/4 : RUN useradd -o -u 1017 --create-home -r -g jenkins jenkins
 ---> Using cache
 ---> 9cc577152e09
Successfully built 9cc577152e09
Successfully tagged osm/common-v8.0:latest