SuccessConsole Output

[RO-stage_2_v7.0] Running shell script
+ docker build -t osm/ro-v7.0 .
Sending build context to Docker daemon  112.1MB

Step 1/4 : FROM ubuntu:16.04
 ---> 330ae480cb85
Step 2/4 : RUN  apt-get update &&   DEBIAN_FRONTEND=noninteractive apt-get --yes install git tox make python-all python3 python3-pip debhelper wget &&   DEBIAN_FRONTEND=noninteractive apt-get --yes install python3-all libssl-dev apt-utils &&   DEBIAN_FRONTEND=noninteractive python3 -m pip install -U setuptools setuptools-version-command stdeb &&   DEBIAN_FRONTEND=noninteractive apt-get --yes install libmysqlclient-dev mysql-client
 ---> Using cache
 ---> 71294bb9e1dd
Step 3/4 : RUN groupadd -o -g 1015 -r jenkins
 ---> Using cache
 ---> 9d081ff94c72
Step 4/4 : RUN useradd -o -u 1017 --create-home -r -g jenkins jenkins
 ---> Using cache
 ---> 5b334f73480b
Successfully built 5b334f73480b
Successfully tagged osm/ro-v7.0:latest