SuccessConsole Output

[osmclient-stage_2-merge_bug1511] Running shell script
+ docker build -t osm/osmclient-bug1511 .
Sending build context to Docker daemon  19.51MB

Step 1/4 : FROM ubuntu:18.04
 ---> 3339fde08fc3
Step 2/4 : RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get -y install git     make python3 python3-pip libcurl4-openssl-dev libssl-dev tox python3-dev     debhelper python3-setuptools python3-all python-all python-pip     apt-utils wget
 ---> Using cache
 ---> 9539c292a157
Step 3/4 : RUN groupadd -o -g 1015 -r jenkins
 ---> Using cache
 ---> b66e449d87ee
Step 4/4 : RUN useradd -o -u 1017 --create-home -r -g jenkins jenkins
 ---> Using cache
 ---> 74b5d180c3b7
Successfully built 74b5d180c3b7
Successfully tagged osm/osmclient-bug1511:latest