SuccessConsole Output

[RO-stage_2-merge_v12.0] Running shell script
+ docker build --build-arg APT_PROXY=http://172.21.1.1:3142 -t osm/ro-v12.0 .
Sending build context to Docker daemon  68.01MB

Step 1/8 : FROM ubuntu:20.04
 ---> f78909c2b360
Step 2/8 : ARG APT_PROXY
 ---> Using cache
 ---> ad00a18b3e37
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
 ---> 504bf7dcee9b
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
 ---> bd0167711318
Step 5/8 : RUN python3 -m easy_install pip==21.3.1
 ---> Running in 3f195e2e90fa
WARNING: The easy_install command is deprecated and will be removed in a future version.
Searching for pip==21.3.1
Reading https://pypi.org/simple/pip/
Downloading https://files.pythonhosted.org/packages/a4/6d/6463d49a933f547439d6b5b98b46af8742cc03ae83543e4d7688c2420f8b/pip-21.3.1-py3-none-any.whl#sha256=deaf32dcd9ab821e359cd8330786bcd077604b5c5730c0b096eda46f95c24a2d
Best match: pip 21.3.1
Processing pip-21.3.1-py3-none-any.whl
Installing pip-21.3.1-py3-none-any.whl to /usr/local/lib/python3.8/dist-packages
Adding pip 21.3.1 to easy-install.pth file
Installing pip script to /usr/local/bin
Installing pip3 script to /usr/local/bin
Installing pip3.9 script to /usr/local/bin

Installed /usr/local/lib/python3.8/dist-packages/pip-21.3.1-py3.8.egg
Processing dependencies for pip==21.3.1
Finished processing dependencies for pip==21.3.1
Removing intermediate container 3f195e2e90fa
 ---> 7f2d2acdb0d1
Step 6/8 : RUN pip install tox==3.24.5
 ---> Running in bc58768fd893
Collecting tox==3.24.5
  Downloading tox-3.24.5-py2.py3-none-any.whl (85 kB)
Collecting virtualenv!=20.0.0,!=20.0.1,!=20.0.2,!=20.0.3,!=20.0.4,!=20.0.5,!=20.0.6,!=20.0.7,>=16.0.0
  Downloading virtualenv-20.25.0-py3-none-any.whl (3.8 MB)
Collecting six>=1.14.0
  Downloading six-1.16.0-py2.py3-none-any.whl (11 kB)
Collecting pluggy>=0.12.0
  Downloading pluggy-1.4.0-py3-none-any.whl (20 kB)
Collecting filelock>=3.0.0
  Downloading filelock-3.13.1-py3-none-any.whl (11 kB)
Collecting packaging>=14
  Downloading packaging-23.2-py3-none-any.whl (53 kB)
Collecting toml>=0.9.4
  Downloading toml-0.10.2-py2.py3-none-any.whl (16 kB)
Collecting py>=1.4.17
  Downloading py-1.11.0-py2.py3-none-any.whl (98 kB)
Collecting platformdirs<5,>=3.9.1
  Downloading platformdirs-4.1.0-py3-none-any.whl (17 kB)
Collecting distlib<1,>=0.3.7
  Downloading distlib-0.3.8-py2.py3-none-any.whl (468 kB)
Installing collected packages: platformdirs, filelock, distlib, virtualenv, toml, six, py, pluggy, packaging, tox
Successfully installed distlib-0.3.8 filelock-3.13.1 packaging-23.2 platformdirs-4.1.0 pluggy-1.4.0 py-1.11.0 six-1.16.0 toml-0.10.2 tox-3.24.5 virtualenv-20.25.0
WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
Removing intermediate container bc58768fd893
 ---> 3b24a86d1262
Step 7/8 : ENV LC_ALL C.UTF-8
 ---> Running in 8fcd0cba5637
Removing intermediate container 8fcd0cba5637
 ---> 69c1ad6887f9
Step 8/8 : ENV LANG C.UTF-8
 ---> Running in 8be3704d6bcb
Removing intermediate container 8be3704d6bcb
 ---> 63912b4bfa17
Successfully built 63912b4bfa17
Successfully tagged osm/ro-v12.0:latest