SuccessConsole Output

[NG-UI-stage_2-merge_v11.0] Running shell script
+ docker build -t osm/ng-ui-v11.0 .
Sending build context to Docker daemon  25.01MB

Step 1/4 : FROM ubuntu:20.04
 ---> 20fffa419e3a
Step 2/4 : ARG APT_PROXY
 ---> Using cache
 ---> f9a65daf9b63
Step 3/4 : 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
 ---> 10b07d132fb1
Step 4/4 : RUN DEBIAN_FRONTEND=noninteractive apt-get update &&     DEBIAN_FRONTEND=noninteractive apt-get -y install         debhelper         dh-make         git
 ---> Using cache
 ---> 0dd479f6307d
Successfully built 0dd479f6307d
Successfully tagged osm/ng-ui-v11.0:latest