SuccessConsole Output

[RO-stage_2_bug1511] Running shell script
+ docker build -t osm/ro-bug1511 .
Sending build context to Docker daemon  39.05MB

Step 1/4 : FROM ubuntu:18.04
 ---> 3339fde08fc3
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
 ---> 09d201a232d5
Step 3/4 : RUN groupadd -o -g 1015 -r jenkins
 ---> Using cache
 ---> 770e40bf6e99
Step 4/4 : RUN useradd -o -u 1017 --create-home -r -g jenkins jenkins
 ---> Using cache
 ---> 1c115d5dd76d
Successfully built 1c115d5dd76d
Successfully tagged osm/ro-bug1511:latest