SuccessConsole Output

[RO-stage_2_paas] Running shell script
+ docker build --build-arg APT_PROXY=http://172.21.1.1:3142 -t osm/ro-paas .
Sending build context to Docker daemon  160.2MB

Step 1/8 : FROM ubuntu:20.04
 ---> a0ce5a295b63
Step 2/8 : ARG APT_PROXY
 ---> Using cache
 ---> 21661ffdc2cf
Step 3/8 : RUN if [ ! -z $APT_PROXY ] ; then     echo "Acquire::http::Proxy \"$APT_PROXY\";" > /etc/apt/apt.conf.d/proxy.conf ;    echo "Acquire::https::Proxy \"$APT_PROXY\";" >> /etc/apt/apt.conf.d/proxy.conf ;    fi
 ---> Using cache
 ---> 0f8aee75ed57
Step 4/8 : RUN DEBIAN_FRONTEND=noninteractive apt-get update &&     DEBIAN_FRONTEND=noninteractive apt-get -y install         debhelper         dh-python         git         python3         python3-all         python3-dev         python3-setuptools
 ---> Using cache
 ---> 8e1067805065
Step 5/8 : RUN python3 -m easy_install pip==21.3.1
 ---> Using cache
 ---> a42bc0c4ba4b
Step 6/8 : RUN pip install tox==3.24.5
 ---> Using cache
 ---> ddddc471b6fd
Step 7/8 : ENV LC_ALL C.UTF-8
 ---> Using cache
 ---> 350f393354df
Step 8/8 : ENV LANG C.UTF-8
 ---> Using cache
 ---> 31d03ee0b1f2
Successfully built 31d03ee0b1f2
Successfully tagged osm/ro-paas:latest