SuccessConsole Output

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

Step 1/11 : FROM ubuntu:22.04
 ---> 7af9ba4f0a47
Step 2/11 : ARG APT_PROXY
 ---> Using cache
 ---> d50ca342415e
Step 3/11 : 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
 ---> 265432e9f109
Step 4/11 : 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
 ---> 0f750d866464
Step 5/11 : ENV LC_ALL C.UTF-8
 ---> Using cache
 ---> 9121483f8815
Step 6/11 : ENV LANG C.UTF-8
 ---> Using cache
 ---> bbd96c40957d
Step 7/11 : ADD https://github.com/MiniZinc/MiniZincIDE/releases/download/2.4.2/MiniZincIDE-2.4.2-bundle-linux-x86_64.tgz /minizinc.tgz


 ---> Using cache
 ---> 0c9af9295446
Step 8/11 : RUN tar -zxf /minizinc.tgz &&     mv /MiniZincIDE-2.4.2-bundle-linux /minizinc
 ---> Using cache
 ---> fd6df76e70de
Step 9/11 : RUN mkdir /entry_data     && mkdir /entry_data/mzn-lib     && ln -s /entry_data/mzn-lib /minizinc/share/minizinc/exec
 ---> Using cache
 ---> 19e2fe6d4c82
Step 10/11 : ENV FZNEXEC "/entry_data/fzn-exec"
 ---> Using cache
 ---> 78ed319fd077
Step 11/11 : ENV PATH "/minizinc/bin:${PATH}"
 ---> Using cache
 ---> 6d7f3490a7c4
Successfully built 6d7f3490a7c4
Successfully tagged osm/pla-master:latest