SuccessConsole Output

[tests-stage_2-merge_v14.0] Running shell script
+ docker build --build-arg APT_PROXY=http://172.21.1.1:3142 -t osm/tests-v14.0 .
Sending build context to Docker daemon  154.9MB

Step 1/7 : FROM ubuntu:22.04
 ---> 67c845845b7d
Step 2/7 : ARG APT_PROXY
 ---> Using cache
 ---> 9ed390ab8cf5
Step 3/7 : 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
 ---> a648025efc3d
Step 4/7 : 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         python3-pip         tox
 ---> Using cache
 ---> 0bc184d111cb
Step 5/7 : RUN DEBIAN_FRONTEND=noninteractive apt-get -y install     dh-make
 ---> Running in 4fc9f9d739ac
Reading package lists...
Building dependency tree...
Reading state information...
The following NEW packages will be installed:
  dh-make
0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
Need to get 32.7 kB of archives.
After this operation, 174 kB of additional disk space will be used.
Get:1 http://archive.ubuntu.com/ubuntu jammy/main amd64 dh-make all 2.202102 [32.7 kB]
debconf: delaying package configuration, since apt-utils is not installed
Fetched 32.7 kB in 0s (68.4 kB/s)
Selecting previously unselected package dh-make.
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 19743 files and directories currently installed.)
Preparing to unpack .../dh-make_2.202102_all.deb ...
Unpacking dh-make (2.202102) ...
Setting up dh-make (2.202102) ...
Processing triggers for man-db (2.10.2-1) ...
Removing intermediate container 4fc9f9d739ac
 ---> 60aee95bbdae
Step 6/7 : ENV LC_ALL C.UTF-8
 ---> Running in eeb15d762508
Removing intermediate container eeb15d762508
 ---> c640543334df
Step 7/7 : ENV LANG C.UTF-8
 ---> Running in 7499d762bf2e
Removing intermediate container 7499d762bf2e
 ---> efa9c8348e77
Successfully built efa9c8348e77
Successfully tagged osm/tests-v14.0:latest