SuccessConsole Output

[NBI-stage_2-merge_sol006v331] Running shell script
+ docker build -t osm/nbi-sol006v331 .
Sending build context to Docker daemon  22.17MB

Step 1/5 : FROM ubuntu:18.04
 ---> 4eb8f7c43909
Step 2/5 : RUN DEBIAN_FRONTEND=noninteractive apt-get update &&     DEBIAN_FRONTEND=noninteractive apt-get -y install         debhelper         git         python3         python3-all         python3-dev         python3-setuptools
 ---> Using cache
 ---> ba4b34b0aec3
Step 3/5 : RUN python3 -m easy_install pip==21.0.1
 ---> Using cache
 ---> a4784005a65d
Step 4/5 : RUN pip3 install tox==3.22.0
 ---> Using cache
 ---> ae7330b1a541
Step 5/5 : RUN DEBIAN_FRONTEND=noninteractive apt-get -y install wget
 ---> Using cache
 ---> 618a286590eb
Successfully built 618a286590eb
Successfully tagged osm/nbi-sol006v331:latest