SuccessConsole Output

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

Step 1/4 : FROM ubuntu:18.04
 ---> 8e4ce0a6ce69
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
 ---> Using cache
 ---> 099eeaece1e7
Step 3/4 : RUN groupadd -o -g 1015 -r jenkins
 ---> Using cache
 ---> 47798e577625
Step 4/4 : RUN useradd -o -u 1017 --create-home -r -g jenkins jenkins
 ---> Using cache
 ---> 62946bede5c9
Successfully built 62946bede5c9
Successfully tagged osm/osmclient-v7.0:latest