SuccessConsole Output

[osmclient-stage_2-merge_master] Running shell script
+ docker build --build-arg APT_PROXY=http://172.21.1.1:3142 -t osm/osmclient-master .
Sending build context to Docker daemon  156.8MB

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     wget
 ---> Running in a6bb263cef6a
Reading package lists...
Building dependency tree...
Reading state information...
The following NEW packages will be installed:
  wget
0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
Need to get 367 kB of archives.
After this operation, 1008 kB of additional disk space will be used.
Get:1 http://archive.ubuntu.com/ubuntu jammy/main amd64 wget amd64 1.21.2-2ubuntu1 [367 kB]
debconf: delaying package configuration, since apt-utils is not installed
Fetched 367 kB in 0s (9126 kB/s)
Selecting previously unselected package wget.
(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 .../wget_1.21.2-2ubuntu1_amd64.deb ...
Unpacking wget (1.21.2-2ubuntu1) ...
Setting up wget (1.21.2-2ubuntu1) ...
Processing triggers for man-db (2.10.2-1) ...
Removing intermediate container a6bb263cef6a
 ---> 66989a1c0dd3
Step 6/7 : ENV LC_ALL C.UTF-8
 ---> Running in 69fbcbdab8f3
Removing intermediate container 69fbcbdab8f3
 ---> df7d3c02c6aa
Step 7/7 : ENV LANG C.UTF-8
 ---> Running in 4539e339df98
Removing intermediate container 4539e339df98
 ---> 197bf5eb0ee7
Successfully built 197bf5eb0ee7
Successfully tagged osm/osmclient-master:latest