SuccessConsole Output

[RO-stage_2-merge_sol006] Running shell script
+ docker build -t osm/ro-sol006 .
Sending build context to Docker daemon  24.34MB

Step 1/4 : FROM ubuntu:18.04
 ---> 56def654ec22
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
 ---> d762a3ee5962
Step 3/4 : RUN groupadd -o -g 1015 -r jenkins
 ---> Using cache
 ---> 17d32ddbce2d
Step 4/4 : RUN useradd -o -u 1017 --create-home -r -g jenkins jenkins
 ---> Using cache
 ---> baa375d3a4da
Successfully built baa375d3a4da
Successfully tagged osm/ro-sol006:latest