SuccessConsole Output

[tests-stage_2_master@2] Running shell script
+ docker build --build-arg APT_PROXY=http://172.21.1.1:3142 -t osm/tests-master .
Sending build context to Docker daemon  152.4MB

Step 1/7 : FROM ubuntu:22.04
22.04: Pulling from library/ubuntu
Digest: sha256:19478ce7fc2ffbce89df29fea5725a8d12e57de52eb9ea570890dc5852aac1ac
Status: Downloaded newer image for 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 97a92103fa3d
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 (1122 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 97a92103fa3d
 ---> 9b1101250eb9
Step 6/7 : ENV LC_ALL C.UTF-8
 ---> Running in a6d97cd2f8cb
Removing intermediate container a6d97cd2f8cb
 ---> 31bf35cac6af
Step 7/7 : ENV LANG C.UTF-8
 ---> Running in 7f4353a0bad0
Removing intermediate container 7f4353a0bad0
 ---> e92daf5a94c4
Successfully built e92daf5a94c4
Successfully tagged osm/tests-master:latest