SuccessConsole Output

[LCM-stage_2_sol006] Running shell script
+ docker build -t osm/lcm-sol006 .
Sending build context to Docker daemon  17.05MB

Step 1/4 : FROM ubuntu:18.04
 ---> 8e4ce0a6ce69
Step 2/4 : RUN apt-get update &&     DEBIAN_FRONTEND=noninteractive apt-get --yes install git tox make debhelper wget     python-all python3 python3-pip python3-all apt-utils &&     DEBIAN_FRONTEND=noninteractive pip3 install -U setuptools setuptools-version-command stdeb
 ---> Using cache
 ---> 9c1b5b46bdfe
Step 3/4 : RUN groupadd -o -g 1015 -r jenkins
 ---> Using cache
 ---> 9d5c6f0c0c89
Step 4/4 : RUN useradd -o -u 1017 --create-home -r -g jenkins jenkins
 ---> Using cache
 ---> 0cc0f2df948e
Successfully built 0cc0f2df948e
Successfully tagged osm/lcm-sol006:latest