SuccessConsole Output

[devops-stage_2_v9.0] Running shell script
+ docker build -t osm/devops-v9.0 .
Sending build context to Docker daemon  37.27MB

Step 1/6 : FROM ubuntu:18.04
 ---> 5a214d77f5d7
Step 2/6 : RUN DEBIAN_FRONTEND=noninteractive apt-get update &&     DEBIAN_FRONTEND=noninteractive apt-get -y install         debhelper         dh-make         git         python3.8         python3-all         python3-dev         python3-setuptools
 ---> Using cache
 ---> d8313dcb8a8b
Step 3/6 : RUN python3 -m easy_install pip==21.0.1
 ---> Using cache
 ---> bd4e72284750
Step 4/6 : RUN pip3 install tox==3.22.0
 ---> Using cache
 ---> 1a1087f45216
Step 5/6 : ENV LC_ALL C.UTF-8
 ---> Using cache
 ---> 4c6bb5a214e1
Step 6/6 : ENV LANG C.UTF-8
 ---> Using cache
 ---> a78f07e114c1
Successfully built a78f07e114c1
Successfully tagged osm/devops-v9.0:latest