SuccessConsole Output

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

Step 1/4 : FROM ubuntu:18.04
 ---> c090eaba6b94
Step 2/4 : RUN  apt-get update &&     DEBIAN_FRONTEND=noninteractive apt-get --yes install git tox make python3 python3-pip debhelper wget       python3-all apt-utils libmysqlclient-dev mysql-client  &&     DEBIAN_FRONTEND=noninteractive python3 -m pip install -U setuptools setuptools-version-command stdeb
 ---> Using cache
 ---> 0ca82649d1fd
Step 3/4 : RUN groupadd -o -g 1015 -r jenkins
 ---> Using cache
 ---> 81d7a566af01
Step 4/4 : RUN useradd -o -u 1017 --create-home -r -g jenkins jenkins
 ---> Using cache
 ---> 9b7ecbd759df
Successfully built 9b7ecbd759df
Successfully tagged osm/ro-v8.0:latest