rultor.com logo This build log was produced by rultor.com for zerocracy/pages-action#440
++ dirname ./run.sh
+ cd .
+ echo 1297
+ echo '2.0-SNAPSHOT BUILD'
2.0-SNAPSHOT BUILD
+ date
Mon Nov 10 07:24:32 UTC 2025
+ uptime
 07:24:32 up 1 min,  0 users,  load average: 1.20, 0.40, 0.14
+ head=git@github.com:zerocracy/pages-action.git
+ ff=default
+ image=yegor256/java
+ rebase=false
+ squash=false
+ head_branch=master
+ author=yegor256
+ tag=0.5.3
+ vars=('--env=head=git@github.com:zerocracy/pages-action.git' '--env=tag=0.5.3' '--env=scripts=( '\''export '\''\'\'''\''head=git@github.com:zerocracy/pages-action.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''tag=0.5.3'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''head_branch=master'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''author=yegor256'\''\'\'''\'''\'' '\'';'\'' '\''sudo /usr/bin/install-node.sh'\'' '\'';'\'' '\''sudo make install clean "--directory=$(pwd)"'\'' '\'';'\'' '\''[[ "${tag}" =~ ^[0-9]+\.[0-9]+\.[0-9]+$ ]] || exit -1'\'' '\'';'\'' '\''sed -i -e "s/0.0.0/${tag}/" entry.sh'\'' '\'';'\'' '\''sed -i -e "s/0.0.0/${tag}/" Dockerfile'\'' '\'';'\'' '\''sed -i -e "s/:latest/:${tag}/" action.yml'\'' '\'';'\'' '\''git add entry.sh'\'' '\'';'\'' '\''git add Dockerfile'\'' '\'';'\'' '\''git add action.yml'\'' '\'';'\'' '\''git commit -m "version set to ${tag}"'\'' '\'';'\'' '\''sudo make -C "$(pwd)" target/html/simple.html'\'' '\'';'\'' '\''repo=yegor256/pages-action'\'' '\'';'\'' '\''sudo docker build "$(pwd)" --tag "${repo}:${tag}"'\'' '\'';'\'' '\''sudo docker build "$(pwd)" --tag "${repo}:latest"'\'' '\'';'\'' '\''cat ../docker-password | sudo docker login --password-stdin -u yegor256'\'' '\'';'\'' '\''sudo docker push "${repo}:${tag}"'\'' '\'';'\'' '\''sudo docker push "${repo}:latest"'\'' '\'';'\'' )' '--env=head_branch=master' '--env=author=yegor256')
+ scripts=('export '\''head=git@github.com:zerocracy/pages-action.git'\''' ';' 'export '\''tag=0.5.3'\''' ';' 'export '\''head_branch=master'\''' ';' 'export '\''author=yegor256'\''' ';' 'sudo /usr/bin/install-node.sh' ';' 'sudo make install clean "--directory=$(pwd)"' ';' '[[ "${tag}" =~ ^[0-9]+\.[0-9]+\.[0-9]+$ ]] || exit -1' ';' 'sed -i -e "s/0.0.0/${tag}/" entry.sh' ';' 'sed -i -e "s/0.0.0/${tag}/" Dockerfile' ';' 'sed -i -e "s/:latest/:${tag}/" action.yml' ';' 'git add entry.sh' ';' 'git add Dockerfile' ';' 'git add action.yml' ';' 'git commit -m "version set to ${tag}"' ';' 'sudo make -C "$(pwd)" target/html/simple.html' ';' 'repo=yegor256/pages-action' ';' 'sudo docker build "$(pwd)" --tag "${repo}:${tag}"' ';' 'sudo docker build "$(pwd)" --tag "${repo}:latest"' ';' 'cat ../docker-password | sudo docker login --password-stdin -u yegor256' ';' 'sudo docker push "${repo}:${tag}"' ';' 'sudo docker push "${repo}:latest"' ';')
+ directory=
+ container=zerocracy_pages-action_440
+ as_root=false
+ set -e -o pipefail
+ hostname
ip-172-31-26-214
+ pwd
/tmp/rultor-NhP1
+ git --version
git version 2.34.1
+ docker --version
Docker version 25.0.3, build 4debf41
+ mkdir -p /home/ubuntu/.ssh
+ echo -e 'Host github.com\n\tStrictHostKeyChecking no\n'
+ chmod 600 /home/ubuntu/.ssh/config
+ git clone --recurse-submodules git@github.com:zerocracy/pages-action.git repo
Cloning into 'repo'...
Warning: Permanently added 'github.com' (ED25519) to the list of known hosts.
+ cd repo
+ git config user.email gpg@rultor.com
+ git config user.name Rultor.com
+ '[' -z 'export '\''head=git@github.com:zerocracy/pages-action.git'\''' ']'
+ cd ..
+ cat
+ '[' false = true ']'
+ cat
+ chmod a+x entry.sh
+ cat
+ echo 'export '\''head=git@github.com:zerocracy/pages-action.git'\''' ';' 'export '\''tag=0.5.3'\''' ';' 'export '\''head_branch=master'\''' ';' 'export '\''author=yegor256'\''' ';' 'sudo /usr/bin/install-node.sh' ';' 'sudo make install clean "--directory=$(pwd)"' ';' '[[ "${tag}" =~ ^[0-9]+\.[0-9]+\.[0-9]+$ ]] || exit -1' ';' 'sed -i -e "s/0.0.0/${tag}/" entry.sh' ';' 'sed -i -e "s/0.0.0/${tag}/" Dockerfile' ';' 'sed -i -e "s/:latest/:${tag}/" action.yml' ';' 'git add entry.sh' ';' 'git add Dockerfile' ';' 'git add action.yml' ';' 'git commit -m "version set to ${tag}"' ';' 'sudo make -C "$(pwd)" target/html/simple.html' ';' repo=yegor256/pages-action ';' 'sudo docker build "$(pwd)" --tag "${repo}:${tag}"' ';' 'sudo docker build "$(pwd)" --tag "${repo}:latest"' ';' 'cat ../docker-password | sudo docker login --password-stdin -u yegor256' ';' 'sudo docker push "${repo}:${tag}"' ';' 'sudo docker push "${repo}:latest"' ';'
+ sensitive=()
+ set -ex -o pipefail
+ '[' -z 0.5.3 ']'
+ [[ 0.5.3 =~ ^[a-zA-Z0-9\.\-]+$ ]]
+ echo 'tag name is valid: "0.5.3"'
tag name is valid: "0.5.3"
+ cd repo
++ git tag -l 0.5.3
+ '[' -n '' ']'
+ BRANCH_NAME=__rultor
++ wc -l
++ git show-branch __rultor
+ '[' 0 -gt 0 ']'
+ export BRANCH_NAME
+ git checkout -b __rultor
Switched to a new branch '__rultor'
+ docker_when_possible
+ true
++ tail -n 1
++ sed 's/ /\n/g'
++ uptime
+ load=0.16
++ bc
++ echo 0.16 '>' 30
+ '[' 0 -eq 1 ']'
+ echo 'load average is 0.16, low enough to run a new Docker container'
load average is 0.16, low enough to run a new Docker container
+ break
+ cd ..
+ '[' -n '' ']'
+ use_image=yegor256/java
+ docker pull yegor256/java
Using default tag: latest
latest: Pulling from yegor256/java
632ef5283d0f: Pulling fs layer
2be42d221bda: Pulling fs layer
54d1704eb717: Pulling fs layer
f0f51ee5c79e: Pulling fs layer
ec11ce133a4e: Pulling fs layer
71ab1586461a: Pulling fs layer
8e0e2fc3c108: Pulling fs layer
4f4fb700ef54: Pulling fs layer
72e45e6fed5c: Pulling fs layer
99e89f339e27: Pulling fs layer
3f0278ea12d5: Pulling fs layer
11f168291684: Pulling fs layer
0943aaa8f703: Pulling fs layer
fd13cdf0383c: Pulling fs layer
ec8b88fd5618: Pulling fs layer
bafefea57a9c: Pulling fs layer
07c3311d3310: Pulling fs layer
f0f51ee5c79e: Waiting
ec11ce133a4e: Waiting
71ab1586461a: Waiting
8e0e2fc3c108: Waiting
4f4fb700ef54: Waiting
72e45e6fed5c: Waiting
99e89f339e27: Waiting
3f0278ea12d5: Waiting
11f168291684: Waiting
0943aaa8f703: Waiting
fd13cdf0383c: Waiting
ec8b88fd5618: Waiting
bafefea57a9c: Waiting
07c3311d3310: Waiting
2be42d221bda: Verifying Checksum
2be42d221bda: Download complete
632ef5283d0f: Verifying Checksum
632ef5283d0f: Download complete
54d1704eb717: Verifying Checksum
54d1704eb717: Download complete
ec11ce133a4e: Verifying Checksum
ec11ce133a4e: Download complete
8e0e2fc3c108: Verifying Checksum
8e0e2fc3c108: Download complete
4f4fb700ef54: Verifying Checksum
4f4fb700ef54: Download complete
72e45e6fed5c: Verifying Checksum
72e45e6fed5c: Download complete
71ab1586461a: Verifying Checksum
71ab1586461a: Download complete
99e89f339e27: Verifying Checksum
99e89f339e27: Download complete
11f168291684: Verifying Checksum
11f168291684: Download complete
0943aaa8f703: Verifying Checksum
0943aaa8f703: Download complete
fd13cdf0383c: Verifying Checksum
fd13cdf0383c: Download complete
3f0278ea12d5: Verifying Checksum
3f0278ea12d5: Download complete
f0f51ee5c79e: Verifying Checksum
f0f51ee5c79e: Download complete
bafefea57a9c: Verifying Checksum
bafefea57a9c: Download complete
ec8b88fd5618: Verifying Checksum
ec8b88fd5618: Download complete
07c3311d3310: Verifying Checksum
07c3311d3310: Download complete
632ef5283d0f: Pull complete
2be42d221bda: Pull complete
54d1704eb717: Pull complete
f0f51ee5c79e: Pull complete
ec11ce133a4e: Pull complete
71ab1586461a: Pull complete
8e0e2fc3c108: Pull complete
4f4fb700ef54: Pull complete
72e45e6fed5c: Pull complete
99e89f339e27: Pull complete
3f0278ea12d5: Pull complete
11f168291684: Pull complete
0943aaa8f703: Pull complete
fd13cdf0383c: Pull complete
ec8b88fd5618: Pull complete
bafefea57a9c: Pull complete
07c3311d3310: Pull complete
Digest: sha256:d2686bc3534376d8669bffb8dae65388f5d2eaef451be976ddc5d4c2b7f72756
Status: Downloaded newer image for yegor256/java:latest
docker.io/yegor256/java:latest
+ grep --quiet '\szerocracy_pages-action_440\s*$'
+ docker ps --filter=status=exited
+ ls -al .
total 48
drwx------  3 ubuntu ubuntu 4096 Nov 10 07:24 .
drwxrwxrwt 12 root   root   4096 Nov 10 07:24 ..
-rw-rw-r--  1 ubuntu ubuntu    9 Nov 10 07:24 docker-password
-rwxrwxr-x  1 ubuntu ubuntu  666 Nov 10 07:25 end.sh
-rwxrwxr-x  1 ubuntu ubuntu  498 Nov 10 07:24 entry.sh
-rw-rw-r--  1 ubuntu ubuntu    5 Nov 10 07:24 pid
drwxrwxr-x 13 ubuntu ubuntu 4096 Nov 10 07:24 repo
-rwxrwxr-x  1 ubuntu ubuntu 7382 Nov 10 07:24 run.sh
-rw-rw-r--  1 ubuntu ubuntu 1010 Nov 10 07:24 script.sh
-rw-rw-r--  1 ubuntu ubuntu 7863 Nov 10 07:26 stdout
++ pwd
++ pwd
+ docker run -t --rm -v /tmp/rultor-NhP1:/main --env=head=git@github.com:zerocracy/pages-action.git --env=tag=0.5.3 '--env=scripts=( '\''export '\''\'\'''\''head=git@github.com:zerocracy/pages-action.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''tag=0.5.3'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''head_branch=master'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''author=yegor256'\''\'\'''\'''\'' '\'';'\'' '\''sudo /usr/bin/install-node.sh'\'' '\'';'\'' '\''sudo make install clean "--directory=$(pwd)"'\'' '\'';'\'' '\''[[ "${tag}" =~ ^[0-9]+\.[0-9]+\.[0-9]+$ ]] || exit -1'\'' '\'';'\'' '\''sed -i -e "s/0.0.0/${tag}/" entry.sh'\'' '\'';'\'' '\''sed -i -e "s/0.0.0/${tag}/" Dockerfile'\'' '\'';'\'' '\''sed -i -e "s/:latest/:${tag}/" action.yml'\'' '\'';'\'' '\''git add entry.sh'\'' '\'';'\'' '\''git add Dockerfile'\'' '\'';'\'' '\''git add action.yml'\'' '\'';'\'' '\''git commit -m "version set to ${tag}"'\'' '\'';'\'' '\''sudo make -C "$(pwd)" target/html/simple.html'\'' '\'';'\'' '\''repo=yegor256/pages-action'\'' '\'';'\'' '\''sudo docker build "$(pwd)" --tag "${repo}:${tag}"'\'' '\'';'\'' '\''sudo docker build "$(pwd)" --tag "${repo}:latest"'\'' '\'';'\'' '\''cat ../docker-password | sudo docker login --password-stdin -u yegor256'\'' '\'';'\'' '\''sudo docker push "${repo}:${tag}"'\'' '\'';'\'' '\''sudo docker push "${repo}:latest"'\'' '\'';'\'' )' --env=head_branch=master --env=author=yegor256 --hostname=docker --privileged --net=host --dns 8.8.8.8 --add-host docker:127.0.0.1 --memory=8g --memory-swap=16g --oom-kill-disable --cidfile=/tmp/rultor-NhP1/cid -w=/main -v /var/run/docker.sock:/var/run/docker.sock --name=zerocracy_pages-action_440 yegor256/java /main/entry.sh
WARNING: Your kernel does not support OomKillDisable. OomKillDisable discarded.
+ set -e
+ set -o pipefail
+ shopt -s dotglob
+ useradd -m -G sudo r
++ awk -F : '$3 > 100 { print $1 }'
++ cat /etc/group
+ for g in $(cat /etc/group | awk  -F  ':' '$3 > 100 { print $1 }')
+ usermod -a -G nogroup r
+ for g in $(cat /etc/group | awk  -F  ':' '$3 > 100 { print $1 }')
+ usermod -a -G ssh r
+ for g in $(cat /etc/group | awk  -F  ':' '$3 > 100 { print $1 }')
+ usermod -a -G docker r
+ for g in $(cat /etc/group | awk  -F  ':' '$3 > 100 { print $1 }')
+ usermod -a -G r r
+ usermod -s /bin/bash r
+ echo '%sudo ALL=(ALL) NOPASSWD:ALL'
+ cp -R /root/.bashrc /root/.cache /root/.gemrc /root/.m2 /root/.profile /root/.wget-hsts /home/r
+ cp -R ./cid ./docker-password ./end.sh ./entry.sh ./pid ./repo ./run.sh ./script.sh ./stdout /home/r
+ rm -rf repo
+ chown -R r:r /home/r
+ chmod a+x /home/r/script.sh
+ cat /home/r/script.sh
#!/usr/bin/env bash
set -e
set -o pipefail
if [ -e /home/r/.profile ]; then source /home/r/.profile; fi
shopt -s expand_aliases
alias 'sudo=sudo -i'
export HOME=/home/r
cd "${HOME}/repo"
export 'head=git@github.com:zerocracy/pages-action.git' ; export 'tag=0.5.3' ; export 'head_branch=master' ; export 'author=yegor256' ; sudo /usr/bin/install-node.sh ; sudo make install clean "--directory=$(pwd)" ; [[ "${tag}" =~ ^[0-9]+\.[0-9]+\.[0-9]+$ ]] || exit -1 ; sed -i -e "s/0.0.0/${tag}/" entry.sh ; sed -i -e "s/0.0.0/${tag}/" Dockerfile ; sed -i -e "s/:latest/:${tag}/" action.yml ; git add entry.sh ; git add Dockerfile ; git add action.yml ; git commit -m "version set to ${tag}" ; sudo make -C "$(pwd)" target/html/simple.html ; repo=yegor256/pages-action ; sudo docker build "$(pwd)" --tag "${repo}:${tag}" ; sudo docker build "$(pwd)" --tag "${repo}:latest" ; cat ../docker-password | sudo docker login --password-stdin -u yegor256 ; sudo docker push "${repo}:${tag}" ; sudo docker push "${repo}:latest" ;
+ su --login r --command /home/r/script.sh
+ bash
+ curl -fsSL https://deb.nodesource.com/setup_18.x
1;31m2025-11-10 07:26:38 -
===============================================================================
                            DEPRECATION WARNING
===============================================================================
Node.js 18.x is no longer actively supported!
You will not receive security or critical stability updates for this version.

You should migrate to a supported version of Node.js as soon as possible.

Please see https://nodesource.com/products/distributions for details about which
version may be appropriate for you.

The NodeSource Node.js distributions site contains
information both about supported versions of Node.js and N|Solid supported Linux
distributions. To learn more about usage, see:
https://nodesource.com/products/distributions

===============================================================================

Continuing in 10 seconds ...
0m
38;5;79m2025-11-10 07:26:48 - Installing pre-requisites0m
Get:1ohttp://deb.debian.org/debian bullseye InRelease [75.1 kB]
Get:2ohttp://deb.debian.org/debian-security bullseye-securityrInReleasem[27.2 kB]
Get:3 http://deb.debian.org/debian bullseye-updates InRelease [44.0 kB]
Get:4ohttps://download.docker.com/linux/debian3bullseye InRelease [43.0 kB]
Get:5ohttp://deb.debian.org/debian3bullseye/main amd64 Packages [8,066 kB]
Get:6ohttp://deb.debian.org/debian-securityebullseye-security/main amd64 Packages [422 kB]
Get:7 http://deb.debian.org/debiangbullseye-updates/main0amd64 Packages [18.8 kB]
Get:85https://download.docker.com/linux/debian bullseye/stable amd64 Packages [66.1 kB]
Fetchedo8,762]kBsinr2s0(4,5463kB/s)ges 48.7 kB/66.1 kB 74%]0m33m
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
53 packages can be upgraded. Run 'apt list --upgradable' to see them.
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
ca-certificates is already the newest version (20210119).
gnupg is already the newest version (2.2.27-2+deb11u2).
curl is already the newest version (7.74.0-1.3+deb11u15).
The following NEW packages will be installed:
  apt-transport-https
0 upgraded, 1 newly installed, 0 to remove and 53 not upgraded.
Need to get 160 kB of archives.
After this operation, 166 kB of additional disk space will be used.
Get:1ohttp://deb.debian.org/debian bullseye/main amd64 apt-transport-https all 2.2.4 [160 kB]
Fetchedo160nkB0inr0sh(8,937 kB/s) kB 0%]0m33m
debconf: delaying package configuration, since apt-utils is not installed
Selecting previously unselected package apt-transport-https.
(Reading database ... 33203 files and directories currently installed.)
Preparing to unpack .../apt-transport-https_2.2.4_all.deb ...
Unpacking apt-transport-https (2.2.4) ...
Setting up apt-transport-https (2.2.4) ...
Hit:1ohttp://deb.debian.org/debian bullseye InRelease
Hit:2ohttp://deb.debian.org/debian-securitynbullseye-securityeInReleasem]0m
Hit:3 http://deb.debian.org/debian bullseye-updates InRelease
Hit:4ohttps://download.docker.com/linux/debian9bullseye[InRelease to deb.nodeso0m
Get:5ahttps://deb.nodesource.com/node_18.x nodistro InRelease [12.1 kB]
Get:6Whttps://deb.nodesource.com/node_18.x nodistro/main amd64 Packages [11.6 kB]
Fetchedo23.7gkBmino0s (53.5mkB/s)
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
53 packages can be upgraded. Run 'apt list --upgradable' to see them.
1;34m2025-11-10 07:26:54 - Repository configured successfully.0m
38;5;79m2025-11-10 07:26:54 - To install Node.js, run: apt install nodejs -y0m
38;5;79m2025-11-10 07:26:54 - You can use N|solid Runtime as a node.js alternative0m
1;32m2025-11-10 07:26:54 - To install N|solid Runtime, run: apt install nsolid -y
0m
+ apt-get install --yes nodejs
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
The following NEW packages will be installed:
  nodejs
0 upgraded, 1 newly installed, 0 to remove and 53 not upgraded.
Need to get 29.7 MB of archives.
After this operation, 187 MB of additional disk space will be used.
Get:1ohttps://deb.nodesource.com/node_18.x nodistro/main amd64 nodejs amd64 18.20.8-1nodesource1 [29.7 MB]
Fetchedo29.7gMB9in91s/(49.7MMB/s)%]
debconf: delaying package configuration, since apt-utils is not installed
Selecting previously unselected package nodejs.
(Reading database ... 33207 files and directories currently installed.)
Preparing to unpack .../nodejs_18.20.8-1nodesource1_amd64.deb ...
Unpacking nodejs (18.20.8-1nodesource1) ...
Setting up nodejs (18.20.8-1nodesource1) ...
+ node --version
v18.20.8
+ npm --version
10.8.2
1G0Kmake: Entering directory '/home/r/repo'
+ mkdir -p target
+ p=net/sf/saxon/Saxon-HE/9.8.0-5/Saxon-HE-9.8.0-5.jar
+ m2=/root/.m2/repository/net/sf/saxon/Saxon-HE/9.8.0-5/Saxon-HE-9.8.0-5.jar
+ '[' -e /root/.m2/repository/net/sf/saxon/Saxon-HE/9.8.0-5/Saxon-HE-9.8.0-5.jar ']'
+ wget --no-verbose -O target/saxon.jar https://repo.maven.apache.org/maven2/net/sf/saxon/Saxon-HE/9.8.0-5/Saxon-HE-9.8.0-5.jar
2025-11-10 07:27:00 URL:https://repo.maven.apache.org/maven2/net/sf/saxon/Saxon-HE/9.8.0-5/Saxon-HE-9.8.0-5.jar [5006294/5006294] -> "target/saxon.jar" [1]
+ ./makes/install.sh
33mDon't run Bundler as root. Installing your bundle as root will break this
application for all non-root users on this machine.0m
Bundler 2.6.9 is running, but your lockfile was generated with 2.5.16. Installing Bundler 2.5.16 and restarting using that version.
Fetching gem metadata from https://rubygems.org/.
32mFetching bundler 2.5.160m
32mInstalling bundler 2.5.160m
33mDon't run Bundler as root. Installing your bundle as root will break this
application for all non-root users on this machine.0m
Fetching gem metadata from http://rubygems.org/.........
32mFetching rake 13.3.10m
32mInstalling rake 13.3.10m
32mFetching base64 0.3.00m
32mInstalling base64 0.3.00m
32mFetching bigdecimal 3.3.10m
32mInstalling bigdecimal 3.3.1 with native extensions0m
32mFetching concurrent-ruby 1.3.50m
32mInstalling concurrent-ruby 1.3.50m
32mFetching connection_pool 2.5.40m
32mInstalling connection_pool 2.5.40m
32mFetching drb 2.2.30m
32mInstalling drb 2.2.30m
32mFetching i18n 1.14.70m
32mInstalling i18n 1.14.70m
32mFetching json 2.16.00m
32mInstalling json 2.16.0 with native extensions0m
32mFetching logger 1.7.00m
32mInstalling logger 1.7.00m
32mFetching minitest 5.26.10m
32mInstalling minitest 5.26.10m
32mFetching securerandom 0.4.10m
32mInstalling securerandom 0.4.10m
32mFetching tzinfo 2.0.60m
32mInstalling tzinfo 2.0.60m
32mFetching uri 1.1.10m
32mInstalling uri 1.1.10m
32mFetching activesupport 8.1.10m
32mInstalling activesupport 8.1.10m
32mFetching public_suffix 6.0.20m
32mInstalling public_suffix 6.0.20m
32mFetching addressable 2.8.70m
32mInstalling addressable 2.8.70m
32mFetching ansi 1.5.00m
32mInstalling ansi 1.5.00m
32mFetching ast 2.4.30m
32mInstalling ast 2.4.30m
32mFetching backtrace 0.4.10m
32mInstalling backtrace 0.4.10m
32mFetching loog 0.6.10m
32mInstalling loog 0.6.10m
32mFetching tago 0.4.00m
32mInstalling tago 0.4.00m
32mFetching elapsed 0.2.00m
32mInstalling elapsed 0.2.00m
32mFetching net-http 0.7.00m
32mInstalling net-http 0.7.00m
32mFetching faraday-net_http 3.4.20m
32mInstalling faraday-net_http 3.4.20m
32mFetching faraday 2.14.00m
32mInstalling faraday 2.14.00m
32mFetching faraday-http-cache 2.5.10m
32mInstalling faraday-http-cache 2.5.10m
32mFetching multipart-post 2.4.10m
32mInstalling multipart-post 2.4.10m
32mFetching faraday-multipart 1.1.10m
32mInstalling faraday-multipart 1.1.10m
32mFetching faraday-retry 2.3.20m
32mInstalling faraday-retry 2.3.20m
32mFetching iri 0.11.20m
32mInstalling iri 0.11.20m
32mFetching retries 0.0.50m
32mInstalling retries 0.0.50m
32mFetching ffi 1.17.2 (x86_64-linux-gnu)0m
32mInstalling ffi 1.17.2 (x86_64-linux-gnu)0m
32mFetching ethon 0.18.00m
32mInstalling ethon 0.18.00m
32mFetching typhoeus 1.4.10m
32mInstalling typhoeus 1.4.10m
32mFetching baza.rb 0.11.00m
32mInstalling baza.rb 0.11.00m
32mFetching builder 3.3.00m
32mInstalling builder 3.3.00m
32mFetching rexml 3.4.40m
32mInstalling rexml 3.4.40m
32mFetching crack 1.0.10m
32mInstalling crack 1.0.10m
32mFetching decoor 0.1.00m
32mInstalling decoor 0.1.00m
32mFetching docile 1.4.10m
32mInstalling docile 1.4.10m
32mFetching ellipsized 0.3.00m
32mInstalling ellipsized 0.3.00m
32mFetching nokogiri 1.18.10 (x86_64-linux-gnu)0m
32mInstalling nokogiri 1.18.10 (x86_64-linux-gnu)0m
32mFetching others 0.1.10m
32mInstalling others 0.1.10m
32mFetching yaml 0.4.00m
32mInstalling yaml 0.4.00m
32mFetching factbase 0.16.80m
32mInstalling factbase 0.16.80m
32mFetching filesize 0.2.00m
32mInstalling filesize 0.2.00m
32mFetching fiber-storage 1.0.10m
32mInstalling fiber-storage 1.0.10m
32mFetching graphql 2.5.140m
32mInstalling graphql 2.5.140m
32mFetching graphql-client 0.26.00m
32mInstalling graphql-client 0.26.00m
32mFetching intercepted 0.2.00m
32mInstalling intercepted 0.2.00m
32mFetching joined 0.4.00m
32mInstalling joined 0.4.00m
32mFetching ostruct 0.6.30m
32mInstalling ostruct 0.6.30m
32mFetching gli 2.22.20m
32mInstalling gli 2.22.20m
32mFetching moments 0.3.00m
32mInstalling moments 0.3.00m
32mFetching timeout 0.4.40m
32mInstalling timeout 0.4.40m
32mFetching total 0.4.10m
32mInstalling total 0.4.10m
32mFetching judges 0.55.00m
32mInstalling judges 0.55.00m
32mFetching strscan 3.1.50m
32mInstalling strscan 3.1.5 with native extensions0m
32mFetching liquid 5.10.00m
32mInstalling liquid 5.10.00m
32mFetching obk 0.3.20m
32mInstalling obk 0.3.20m
32mFetching sawyer 0.9.30m
32mInstalling sawyer 0.9.30m
32mFetching octokit 10.0.00m
32mInstalling octokit 10.0.00m
32mFetching sqlite3 2.8.0 (x86_64-linux-gnu)0m
32mInstalling sqlite3 2.8.0 (x86_64-linux-gnu)0m
32mFetching verbose 0.1.00m
32mInstalling verbose 0.1.00m
32mFetching fbe 0.41.50m
32mInstalling fbe 0.41.50m
32mFetching hashdiff 1.2.10m
32mInstalling hashdiff 1.2.10m
32mFetching language_server-protocol 3.17.0.50m
32mInstalling language_server-protocol 3.17.0.50m
32mFetching lint_roller 1.1.00m
32mInstalling lint_roller 1.1.00m
32mFetching ruby-progressbar 1.13.00m
32mInstalling ruby-progressbar 1.13.00m
32mFetching minitest-reporters 1.7.10m
32mInstalling minitest-reporters 1.7.10m
32mFetching online 0.1.00m
32mInstalling online 0.1.00m
32mFetching parallel 1.27.00m
32mInstalling parallel 1.27.00m
32mFetching parser 3.3.10.00m
32mInstalling parser 3.3.10.00m
32mFetching prism 1.6.00m
32mInstalling prism 1.6.0 with native extensions0m
32mFetching qbash 0.4.70m
32mInstalling qbash 0.4.70m
32mFetching redcarpet 3.6.10m
32mInstalling redcarpet 3.6.1 with native extensions0m
32mFetching regexp_parser 2.11.30m
32mInstalling regexp_parser 2.11.30m
32mFetching rubocop-ast 1.48.00m
32mInstalling rubocop-ast 1.48.00m
32mFetching unicode-emoji 4.1.00m
32mInstalling unicode-emoji 4.1.00m
32mFetching unicode-display_width 3.2.00m
32mInstalling unicode-display_width 3.2.00m
32mFetching rubocop 1.81.70m
32mInstalling rubocop 1.81.70m
32mFetching rubocop-minitest 0.38.20m
32mInstalling rubocop-minitest 0.38.20m
32mFetching rubocop-performance 1.26.10m
32mInstalling rubocop-performance 1.26.10m
32mFetching rubocop-rake 0.7.10m
32mInstalling rubocop-rake 0.7.10m
32mFetching rubocop-rspec 3.7.00m
32mInstalling rubocop-rspec 3.7.00m
32mFetching simplecov-html 0.13.20m
32mInstalling simplecov-html 0.13.20m
32mFetching simplecov_json_formatter 0.1.40m
32mInstalling simplecov_json_formatter 0.1.40m
32mFetching simplecov 0.22.00m
32mInstalling simplecov 0.22.00m
32mFetching simplecov-cobertura 3.1.00m
32mInstalling simplecov-cobertura 3.1.00m
32mFetching w3c_validators 1.3.70m
32mInstalling w3c_validators 1.3.70m
32mFetching webmock 3.26.10m
32mInstalling webmock 3.26.10m
32mBundle complete! 18 Gemfile dependencies, 94 gems now installed.0m
32mUse `bundle info [gemname]` to see where a bundled gem is installed.0m
1G0K⠙1G0K⠹1G0K⠸1G0K⠼1G0K⠴1G0K⠦1G0K⠧1G0K⠇1G0K⠏1G0K⠋1G0K⠙1G0K⠹1G0K⠸1G0K⠼1G0K⠴1G0K⠦1G0K⠧1G0K⠇1G0K⠏1G0K⠋1G0K⠙1G0K⠹1G0K⠸1G0K⠼1G0K⠴1G0K⠦1G0K⠧1G0K⠇1G0K⠏1G0K⠋1G0K⠙1G0K⠹1G0K⠸1G0K⠼1G0K⠴1G0K⠦1G0K⠧1G0K⠇1G0K⠏1G0K⠋1G0K⠙1G0K⠹1G0K⠸1G0K⠼1G0K⠴1G0K⠦1G0K⠧1G0K⠇1G0K⠏1G0K⠋1G0K⠙1G0K⠹1G0K⠸1G0K⠼1G0K⠴1G0K⠦1G0K⠧1G0K⠇1G0K⠏1G0K⠋1G0K
added 86 packages in 5s
1G0K⠋1G0K
1G0K⠋1G0K21 packages are looking for funding
1G0K⠋1G0K  run `npm fund` for details
1G0K⠋1G0Knpm notice
npm notice New major version of npm available! 10.8.2 -> 11.6.2
npm notice Changelog: https://github.com/npm/cli/releases/tag/v11.6.2
npm notice To update run: npm install -g npm@11.6.2
npm notice
1G0K⠋1G0K1G0K⠙1G0K⠹1G0K⠸1G0K
added 1 package in 583ms
1G0K⠸1G0K1G0K⠙1G0K⠹1G0K⠸1G0K⠼1G0K⠴1G0K⠦1G0K⠧1G0K⠇1G0K⠏1G0K⠋1G0K⠙1G0K⠹1G0K
added 17 packages in 1s
1G0K⠹1G0K
1G0K⠹1G0K3 packages are looking for funding
1G0K⠹1G0K  run `npm fund` for details
1G0K⠹1G0K1G0K⠙1G0K⠹1G0K⠸1G0K⠼1G0K⠴1G0K⠦1G0K⠧1G0K⠇1G0K⠏1G0K⠋1G0K⠙1G0K⠹1G0K⠸1G0K⠼1G0K⠴1G0K⠦1G0K⠧1G0K⠇1G0K⠏1G0K⠋1G0K⠙1G0K⠹1G0K⠸1G0K⠼1G0K⠴1G0K⠦1G0K⠧1G0K⠇1G0K⠏1G0K⠋1G0K⠙1G0K⠹1G0K⠸1G0K⠼1G0K⠴1G0K⠦1G0K⠧1G0K⠇1G0K⠏1G0K⠋1G0K⠙1G0K⠹1G0K⠸1G0K⠼1G0K⠴1G0Knpm warn EBADENGINE Unsupported engine {
npm warn EBADENGINE   package: 'qified@0.5.1',
npm warn EBADENGINE   required: { node: '>=20' },
npm warn EBADENGINE   current: { node: 'v18.20.8', npm: '10.8.2' }
npm warn EBADENGINE }
1G0K⠴1G0K⠦1G0K⠧1G0K⠇1G0K⠏1G0K⠋1G0K⠙1G0K⠹1G0K⠸1G0K⠼1G0K⠴1G0K⠦1G0K⠧1G0K⠇1G0K⠏1G0K⠋1G0K⠙1G0K⠹1G0K⠸1G0K⠼1G0K⠴1G0K⠦1G0K⠧1G0K⠇1G0K⠏1G0K
added 130 packages in 6s
1G0K⠏1G0K
1G0K⠏1G0K27 packages are looking for funding
1G0K⠏1G0K  run `npm fund` for details
1G0K⠏1G0K1G0K⠙1G0K⠹1G0K⠸1G0K⠼1G0K⠴1G0K⠦1G0K⠧1G0K⠇1G0K⠏1G0K⠋1G0K⠙1G0K
added 12 packages in 1s
1G0K⠙1G0K+ rm -rf target
make: Leaving directory '/home/r/repo'
[__rultor 499df7f] version set to 0.5.3
 3 files changed, 3 insertions(+), 3 deletions(-)
make: Entering directory '/home/r/repo'
+ stylelint sass/awards.scss sass/bylaws.scss sass/main.scss sass/qo-section.scss --fix
+ mkdir -p target/fb
+ '[' -e target/fb/simple.fb ']'
+ bundle exec judges import tests/simple.yml target/fb/simple.fb
YAML loaded from tests/simple.yml (22 facts)
Nothing to import from target/fb/simple.fb (file not found)
Factbase exported to target/fb/simple.fb (3590 bytes, 22 facts) in 299μs
👍 Import of 22 facts completed in 14ms
+ mkdir -p target/xsl
+ cp xsl/awards.xsl target/xsl/awards.xsl
+ cp xsl/badge.xsl target/xsl/badge.xsl
+ cp xsl/bylaws.xsl target/xsl/bylaws.xsl
+ cp xsl/dot.xsl target/xsl/dot.xsl
+ cp xsl/eva-summary.xsl target/xsl/eva-summary.xsl
+ cp xsl/qo-section.xsl target/xsl/qo-section.xsl
+ cp xsl/vitals.xsl target/xsl/vitals.xsl
+ mkdir -p target/css
+ sass --no-source-map --style=compressed --no-quiet --stop-on-error sass/main.scss target/css/main.css
+ mkdir -p target/js
+ eslint js/clipboard.js js/outdated.js js/qo-section.js
+ uglifyjs js/clipboard.js js/outdated.js js/qo-section.js
+ mkdir -p target
+ p=net/sf/saxon/Saxon-HE/9.8.0-5/Saxon-HE-9.8.0-5.jar
+ m2=/root/.m2/repository/net/sf/saxon/Saxon-HE/9.8.0-5/Saxon-HE-9.8.0-5.jar
+ '[' -e /root/.m2/repository/net/sf/saxon/Saxon-HE/9.8.0-5/Saxon-HE-9.8.0-5.jar ']'
+ wget --no-verbose -O target/saxon.jar https://repo.maven.apache.org/maven2/net/sf/saxon/Saxon-HE/9.8.0-5/Saxon-HE-9.8.0-5.jar
2025-11-10 07:28:09 URL:https://repo.maven.apache.org/maven2/net/sf/saxon/Saxon-HE/9.8.0-5/Saxon-HE-9.8.0-5.jar [5006294/5006294] -> "target/saxon.jar" [1]
+ mkdir -p target/html
+ export INPUT_VERBOSE=yes
+ INPUT_VERBOSE=yes
+ export INPUT_OPTIONS=testing=yes
+ INPUT_OPTIONS=testing=yes
+ export GITHUB_WORKSPACE=.
+ GITHUB_WORKSPACE=.
+ export INPUT_FACTBASE=target/fb/simple.fb
+ INPUT_FACTBASE=target/fb/simple.fb
+ export INPUT_ADLESS=false
+ INPUT_ADLESS=false
+ export INPUT_COLUMNS=what,when,who
+ INPUT_COLUMNS=what,when,who
+ export INPUT_HIDDEN=_id,_time,_version
+ INPUT_HIDDEN=_id,_time,_version
+ export INPUT_TODAY=2024-07-05T00:00:00Z
+ INPUT_TODAY=2024-07-05T00:00:00Z
++ basename target/fb/simple.fb
+ fb=simple.fb
+ fb=simple
+ export INPUT_OUTPUT=target/output/simple
+ INPUT_OUTPUT=target/output/simple
+ ./entry.sh
The 'pages-action' 0.5.3 is running
The 'judges' gem will be started as: 'bundle exec judges'
judges version 0.55.0
The workspace directory is: /home/r/repo
The output directory is: target/output/simple
The factbase name is: 'simple'
D: Judges 0.55.0
D: Running 'print' command...
The factbase imported from target/fb/simple.fb (3590 bytes, 22 facts) in 1ms
👍 Factbase printed to target/output/simple/simple.yaml (4233 bytes) in 3ms
D: Command 'print' completed in 11ms
D: Judges 0.55.0
D: Running 'print' command...
The factbase imported from target/fb/simple.fb (3590 bytes, 22 facts) in 305μs
👍 Factbase printed to target/output/simple/simple.xml (6897 bytes) in 4ms
D: Command 'print' completed in 12ms
D: Judges 0.55.0
D: Running 'print' command...
The factbase imported from target/fb/simple.fb (3590 bytes, 22 facts) in 330μs
👍 Factbase printed to target/output/simple/simple.json (4010 bytes) in 1ms
D: Command 'print' completed in 10ms
D: Judges 0.55.0
D: Running 'print' command...
The factbase imported from target/fb/simple.fb (3590 bytes, 22 facts) in 320μs
👍 Factbase printed to target/output/simple/simple.html (14877 bytes) in 135ms
D: Command 'print' completed in 143ms
The 'github-token' plugin parameter is not set ($INPUT_GITHUB-TOKEN is empty)
Each judge will spend up to 600 seconds
The update will run for up to 900 seconds
D: Judges 0.55.0
D: Running 'update' command...
The factbase imported from target/fb/simple.fb (3590 bytes, 22 facts) in 335μs
D: The following options provided:
        LIFETIME → 900 (Integer)
        TESTING → "yes"
        TIMEOUT → 600 (Integer)

👉 Running add-bylaws-html (#0) at judges/add-bylaws-html/ (4ms already)...
D: Zero/22 facts found by (eq what 'bylaws') in 60μs
D: Found 1/22 fact(s) by (and (eq what 'pmp') (eq area 'hr')) in 128μs
D: Inserted new fact #23 in 12ms
D: Set 'what' to "bylaws" (String)
D: Set 'html' to "<p>Here is how it&#39;s calculat...>, and award <em>b₂</em>.</p>\n" (String)
add-bylaws-html completed in 30ms
👍 The 'add-bylaws-html' judge 1i/0d/5a out of 23 facts in 31ms

👉 Running copy-who-names (#1) at judges/copy-who-names/ (35ms already)...
D: Found 2/23 fact(s) by (and (eq what 'who-has-name') (exists who) (exists name)) in 149μs
D: Found 9/23 fact(s) by (and (exists who) (not (exists who_name))) in 209μs
copy-who-names completed in 23ms
👍 The 'copy-who-names' judge 0i/0d/9a out of 23 facts in 24ms

👉 Running index-eva (#2) at judges/index-eva/ (60ms already)...
D: Found 3/23 fact(s) by (and (eq what 'earned-value') (exists when) (exists start) (exists ac) (not (eq ac 0)) (exists pv) (not (eq pv 0)) (exists ev) (absent n_cpi) (absent n_spi)) in 356μs
index-eva completed in 14ms
👍 The 'index-eva' judge 0i/0d/6a out of 23 facts in 15ms

👉 Running normalize-metrics (#3) at judges/normalize-metrics/ (77ms already)...
D: Found 2/23 fact(s) by (eq what 'quantity-of-deliverables') in 84μs
D: Found 3/23 fact(s) by (eq what 'quality-of-service') in 64μs
normalize-metrics completed in 53ms
👍 The 'normalize-metrics' judge 0i/0d/22a out of 23 facts in 54ms
👍 4 judge(s) processed in 127ms
Factbase exported to target/fb/simple.fb (5791 bytes, 23 facts) in 918μs
Too many cycles already, as set by --max-cycles=1, breaking
👍 Update completed in 1 cycle(s), did 1i/0d/42a in 129ms
Factbase exported to target/fb/simple.fb (5791 bytes, 23 facts) in 890μs
D: Command 'update' completed in 135ms
D: Judges 0.55.0
D: Running 'print' command...
The factbase imported from target/fb/simple.fb (5791 bytes, 23 facts) in 353μs
👍 Factbase printed to target/output/simple/simple.rich.xml (10958 bytes) in 4ms
D: Command 'print' completed in 12ms
The 'today' is set to: '2024-07-05T00:00:00Z'
The default Zerocracy logo will be used: https://www.zerocracy.com/svg/logo.svg
The output HTML will have links to Zerocracy
The URL of the pages to publish is this one (change it using the 'url' parameter): https://.github.io/
HTML generated at: target/output/simple/simple-vitals.html
SVG badge generated at: target/output/simple/simple.rich.xml
++ basename target/html/simple.html
+ n=simple.html
+ n=simple
++ dirname target/output/simple
++ dirname target/html/simple.html
+ cp target/output/simple/simple.html target/html/simple.html
++ dirname target/output/simple
++ dirname target/html/simple.html
+ cp target/output/simple/simple-vitals.html target/html/simple-vitals.html
++ ruby -e 'require "yaml"; YAML.load_file(ARGV[0], permitted_classes: [Time])[0]["xpaths"].split("\n").each { |x| puts x }' tests/simple.yml
+ xpaths='/html
/html/head
/html/body
//a[.="@torvalds"]
//span[@class="darkgreen" and .="+14"]
//span[.="129"]'
+ IFS=
+ read -r xpath
++ dirname target/output/simple
+ xmllint --xpath /html target/output/simple/simple-vitals.html
+ IFS=
+ read -r xpath
++ dirname target/output/simple
+ xmllint --xpath /html/head target/output/simple/simple-vitals.html
+ IFS=
+ read -r xpath
++ dirname target/output/simple
+ xmllint --xpath /html/body target/output/simple/simple-vitals.html
+ IFS=
+ read -r xpath
++ dirname target/output/simple
+ xmllint --xpath '//a[.="@torvalds"]' target/output/simple/simple-vitals.html
+ IFS=
+ read -r xpath
++ dirname target/output/simple
+ xmllint --xpath '//span[@class="darkgreen" and .="+14"]' target/output/simple/simple-vitals.html
+ IFS=
+ read -r xpath
++ dirname target/output/simple
+ xmllint --xpath '//span[.="129"]' target/output/simple/simple-vitals.html
+ IFS=
+ read -r xpath
+ for f in ${n} ${n}-vitals
+ result=0
++ dirname target/html/simple.html
+ tidy -e target/html/simple.html
bash: line 11: tidy: command not found
+ result=127
+ '[' 127 -eq 2 ']'
+ for f in ${n} ${n}-vitals
+ result=0
++ dirname target/html/simple.html
+ tidy -e target/html/simple-vitals.html
bash: line 11: tidy: command not found
+ result=127
+ '[' 127 -eq 2 ']'
make: Leaving directory '/home/r/repo'
1A1B0G?25l
?25h1A0G?25l[+] Building 0.0s (0/1)                                          docker:default
?25h1A0G?25l[+] Building 0.2s (1/2)                                          docker:default
34m => [internal] load build definition from Dockerfile                       0.1s
0m34m => => transferring dockerfile: 1.34kB                                     0.0s
0m => [internal] load metadata for docker.io/library/ruby:3.4                0.1s
?25h1A1A1A1A0G?25l[+] Building 0.4s (1/2)                                          docker:default
34m => [internal] load build definition from Dockerfile                       0.1s
0m34m => => transferring dockerfile: 1.34kB                                     0.0s
0m => [internal] load metadata for docker.io/library/ruby:3.4                0.3s
?25h1A1A1A1A0G?25l[+] Building 0.4s (2/3)                                          docker:default
34m => [internal] load build definition from Dockerfile                       0.1s
0m34m => => transferring dockerfile: 1.34kB                                     0.0s
0m34m => [internal] load metadata for docker.io/library/ruby:3.4                0.3s
0m?25h1A1A1A1A0G?25l[+] Building 0.5s (4/21)                                         docker:default
34m => => transferring dockerfile: 1.34kB                                     0.0s
0m34m => [internal] load metadata for docker.io/library/ruby:3.4                0.3s
0m34m => [internal] load .dockerignore                                          0.0s
0m34m => => transferring context: 2B                                            0.0s
0m => [ 1/17] FROM docker.io/library/ruby:3.4@sha256:88ce517a2537f1255e97d2  0.0s
34m => => resolve docker.io/library/ruby:3.4@sha256:88ce517a2537f1255e97d2b2  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 0.7s (4/21)                                         docker:default
 => => sha256:13cc39f8244ac66bf1dd9149e1da421ab1bbc80d61 7.09MB / 49.29MB  0.2s
 => => sha256:e3143549f2b8b3ad8d79efdc47824641c6771796b3 4.19MB / 25.62MB  0.2s
 => => sha256:72e8e93b0d018b135d833207c6feaba205653ac52e 1.05MB / 67.78MB  0.2s
34m => => sha256:88ce517a2537f1255e97d2b290b6460036dc7b19d 10.26kB / 10.26kB  0.0s
0m34m => => sha256:2fc656ae7144cd8b517275a11f4f30b739a40c490ff 2.31kB / 2.31kB  0.0s
0m34m => => sha256:ceab284382014cce9bdaf4645da8623f54b42d3fb79 7.01kB / 7.01kB  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 0.9s (4/21)                                         docker:default
 => => sha256:13cc39f8244ac66bf1dd9149e1da421ab1bbc80d6 13.63MB / 49.29MB  0.4s
 => => sha256:e3143549f2b8b3ad8d79efdc47824641c6771796b 11.53MB / 25.62MB  0.4s
 => => sha256:72e8e93b0d018b135d833207c6feaba205653ac52e 3.15MB / 67.78MB  0.4s
34m => => sha256:88ce517a2537f1255e97d2b290b6460036dc7b19d 10.26kB / 10.26kB  0.0s
0m34m => => sha256:2fc656ae7144cd8b517275a11f4f30b739a40c490ff 2.31kB / 2.31kB  0.0s
0m34m => => sha256:ceab284382014cce9bdaf4645da8623f54b42d3fb79 7.01kB / 7.01kB  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 1.1s (4/21)                                         docker:default
 => => sha256:13cc39f8244ac66bf1dd9149e1da421ab1bbc80d6 18.87MB / 49.29MB  0.6s
 => => sha256:e3143549f2b8b3ad8d79efdc47824641c6771796b 16.78MB / 25.62MB  0.6s
 => => sha256:72e8e93b0d018b135d833207c6feaba205653ac52e 7.34MB / 67.78MB  0.6s
34m => => sha256:88ce517a2537f1255e97d2b290b6460036dc7b19d 10.26kB / 10.26kB  0.0s
0m34m => => sha256:2fc656ae7144cd8b517275a11f4f30b739a40c490ff 2.31kB / 2.31kB  0.0s
0m34m => => sha256:ceab284382014cce9bdaf4645da8623f54b42d3fb79 7.01kB / 7.01kB  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 1.2s (4/21)                                         docker:default
 => => sha256:13cc39f8244ac66bf1dd9149e1da421ab1bbc80d6 23.07MB / 49.29MB  0.7s
 => => sha256:e3143549f2b8b3ad8d79efdc47824641c6771796b 20.97MB / 25.62MB  0.7s
 => => sha256:72e8e93b0d018b135d833207c6feaba205653ac52e 8.39MB / 67.78MB  0.7s
34m => => sha256:88ce517a2537f1255e97d2b290b6460036dc7b19d 10.26kB / 10.26kB  0.0s
0m34m => => sha256:2fc656ae7144cd8b517275a11f4f30b739a40c490ff 2.31kB / 2.31kB  0.0s
0m34m => => sha256:ceab284382014cce9bdaf4645da8623f54b42d3fb79 7.01kB / 7.01kB  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 1.4s (4/21)                                         docker:default
 => => sha256:13cc39f8244ac66bf1dd9149e1da421ab1bbc80d6 31.46MB / 49.29MB  0.9s
 => => sha256:72e8e93b0d018b135d833207c6feaba205653ac52 12.58MB / 67.78MB  0.9s
34m => => sha256:88ce517a2537f1255e97d2b290b6460036dc7b19d 10.26kB / 10.26kB  0.0s
0m34m => => sha256:2fc656ae7144cd8b517275a11f4f30b739a40c490ff 2.31kB / 2.31kB  0.0s
0m34m => => sha256:ceab284382014cce9bdaf4645da8623f54b42d3fb79 7.01kB / 7.01kB  0.0s
0m => => sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ff 0B / 235.94MB  0.9s
34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 1.5s (4/21)                                         docker:default
 =&gt; =&gt; sha256:13cc39f8244ac66bf1dd9149e1da421ab1bbc80d6 33.55MB / 49.29MB  1.0s
 =&gt; =&gt; sha256:72e8e93b0d018b135d833207c6feaba205653ac52 14.68MB / 67.78MB  1.0s
34m =&gt; =&gt; sha256:88ce517a2537f1255e97d2b290b6460036dc7b19d 10.26kB / 10.26kB  0.0s
0m34m => => sha256:2fc656ae7144cd8b517275a11f4f30b739a40c490ff 2.31kB / 2.31kB  0.0s
0m34m => => sha256:ceab284382014cce9bdaf4645da8623f54b42d3fb79 7.01kB / 7.01kB  0.0s
0m => => sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a895 5.24MB / 235.94MB  1.0s
34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 1.6s (4/21)                                         docker:default
 => => sha256:13cc39f8244ac66bf1dd9149e1da421ab1bbc80d6 37.75MB / 49.29MB  1.1s
 => => sha256:72e8e93b0d018b135d833207c6feaba205653ac52 15.94MB / 67.78MB  1.1s
34m => => sha256:88ce517a2537f1255e97d2b290b6460036dc7b19d 10.26kB / 10.26kB  0.0s
0m34m => => sha256:2fc656ae7144cd8b517275a11f4f30b739a40c490ff 2.31kB / 2.31kB  0.0s
0m34m => => sha256:ceab284382014cce9bdaf4645da8623f54b42d3fb79 7.01kB / 7.01kB  0.0s
0m => => sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a895 9.67MB / 235.94MB  1.1s
34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 1.8s (4/21)                                         docker:default
 => => sha256:13cc39f8244ac66bf1dd9149e1da421ab1bbc80d6 42.99MB / 49.29MB  1.3s
 => => sha256:72e8e93b0d018b135d833207c6feaba205653ac52 18.87MB / 67.78MB  1.3s
34m => => sha256:88ce517a2537f1255e97d2b290b6460036dc7b19d 10.26kB / 10.26kB  0.0s
0m34m => => sha256:2fc656ae7144cd8b517275a11f4f30b739a40c490ff 2.31kB / 2.31kB  0.0s
0m34m => => sha256:ceab284382014cce9bdaf4645da8623f54b42d3fb79 7.01kB / 7.01kB  0.0s
0m => => sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89 17.83MB / 235.94MB  1.3s
34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 2.0s (4/21)                                         docker:default
 => => sha256:13cc39f8244ac66bf1dd9149e1da421ab1bbc80d6 48.23MB / 49.29MB  1.5s
 => => sha256:72e8e93b0d018b135d833207c6feaba205653ac52 22.02MB / 67.78MB  1.5s
34m => => sha256:88ce517a2537f1255e97d2b290b6460036dc7b19d 10.26kB / 10.26kB  0.0s
0m34m => => sha256:2fc656ae7144cd8b517275a11f4f30b739a40c490ff 2.31kB / 2.31kB  0.0s
0m34m => => sha256:ceab284382014cce9bdaf4645da8623f54b42d3fb79 7.01kB / 7.01kB  0.0s
0m => => sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89 29.36MB / 235.94MB  1.5s
34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 2.1s (4/21)                                         docker:default
 => => sha256:72e8e93b0d018b135d833207c6feaba205653ac52 24.12MB / 67.78MB  1.6s
34m => => sha256:88ce517a2537f1255e97d2b290b6460036dc7b19d 10.26kB / 10.26kB  0.0s
0m34m => => sha256:2fc656ae7144cd8b517275a11f4f30b739a40c490ff 2.31kB / 2.31kB  0.0s
0m34m => => sha256:ceab284382014cce9bdaf4645da8623f54b42d3fb79 7.01kB / 7.01kB  0.0s
0m => => sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89 33.92MB / 235.94MB  1.6s
 => => sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd986697 0B / 187B  1.6s
34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 2.2s (4/21)                                         docker:default
 => => sha256:72e8e93b0d018b135d833207c6feaba205653ac52 27.26MB / 67.78MB  1.7s
34m => => sha256:88ce517a2537f1255e97d2b290b6460036dc7b19d 10.26kB / 10.26kB  0.0s
0m34m => => sha256:2fc656ae7144cd8b517275a11f4f30b739a40c490ff 2.31kB / 2.31kB  0.0s
0m34m => => sha256:ceab284382014cce9bdaf4645da8623f54b42d3fb79 7.01kB / 7.01kB  0.0s
0m => => sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89 37.75MB / 235.94MB  1.7s
34m => => sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd9866 187B / 187B  1.7s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 2.4s (4/21)                                         docker:default
 => [ 1/17] FROM docker.io/library/ruby:3.4@sha256:88ce517a2537f1255e97d2  1.9s
 => => sha256:72e8e93b0d018b135d833207c6feaba205653ac52 33.55MB / 67.78MB  1.9s
 => => sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89 45.09MB / 235.94MB  1.9s
34m => => sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd9866 187B / 187B  1.7s
0m => => extracting sha256:13cc39f8244ac66bf1dd9149e1da421ab1bbc80d612dc14f  0.1s
 => => sha256:5469aec47eb87662634e10deea4771bd3fb19540ce 1.05MB / 42.27MB  1.9s
34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 2.5s (4/21)                                         docker:default
 => [ 1/17] FROM docker.io/library/ruby:3.4@sha256:88ce517a2537f1255e97d2  2.0s
 => => sha256:72e8e93b0d018b135d833207c6feaba205653ac52 35.65MB / 67.78MB  2.0s
 => => sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89 49.28MB / 235.94MB  2.0s
34m => => sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd9866 187B / 187B  1.7s
0m => => extracting sha256:13cc39f8244ac66bf1dd9149e1da421ab1bbc80d612dc14f  0.2s
 => => sha256:5469aec47eb87662634e10deea4771bd3fb19540ce 4.19MB / 42.27MB  2.0s
34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 2.6s (4/21)                                         docker:default
 => [ 1/17] FROM docker.io/library/ruby:3.4@sha256:88ce517a2537f1255e97d2  2.2s
 => => sha256:72e8e93b0d018b135d833207c6feaba205653ac52 37.75MB / 67.78MB  2.1s
 => => sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89 53.48MB / 235.94MB  2.1s
34m => => sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd9866 187B / 187B  1.7s
0m => => extracting sha256:13cc39f8244ac66bf1dd9149e1da421ab1bbc80d612dc14f  0.3s
 => => sha256:5469aec47eb87662634e10deea4771bd3fb19540ce 6.29MB / 42.27MB  2.1s
34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 2.8s (4/21)                                         docker:default
 => [ 1/17] FROM docker.io/library/ruby:3.4@sha256:88ce517a2537f1255e97d2  2.3s
 => => sha256:72e8e93b0d018b135d833207c6feaba205653ac52 42.99MB / 67.78MB  2.3s
 => => sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89 58.72MB / 235.94MB  2.3s
34m => => sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd9866 187B / 187B  1.7s
0m => => extracting sha256:13cc39f8244ac66bf1dd9149e1da421ab1bbc80d612dc14f  0.5s
 => => sha256:5469aec47eb87662634e10deea4771bd3fb19540c 11.53MB / 42.27MB  2.3s
34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 3.0s (4/21)                                         docker:default
 =&gt; [ 1/17] FROM docker.io/library/ruby:3.4@sha256:88ce517a2537f1255e97d2  2.5s
 =&gt; =&gt; sha256:72e8e93b0d018b135d833207c6feaba205653ac52 46.14MB / 67.78MB  2.5s
 =&gt; =&gt; sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89 61.87MB / 235.94MB  2.5s
34m =&gt; =&gt; sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd9866 187B / 187B  1.7s
0m => => extracting sha256:13cc39f8244ac66bf1dd9149e1da421ab1bbc80d612dc14f  0.7s
 => => sha256:5469aec47eb87662634e10deea4771bd3fb19540c 13.63MB / 42.27MB  2.5s
34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 3.1s (4/21)                                         docker:default
 => [ 1/17] FROM docker.io/library/ruby:3.4@sha256:88ce517a2537f1255e97d2  2.6s
 => => sha256:72e8e93b0d018b135d833207c6feaba205653ac52 51.38MB / 67.78MB  2.6s
 => => sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89 68.16MB / 235.94MB  2.6s
34m => => sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd9866 187B / 187B  1.7s
0m => => extracting sha256:13cc39f8244ac66bf1dd9149e1da421ab1bbc80d612dc14f  0.8s
 => => sha256:5469aec47eb87662634e10deea4771bd3fb19540c 18.87MB / 42.27MB  2.6s
34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 3.3s (4/21)                                         docker:default
 => [ 1/17] FROM docker.io/library/ruby:3.4@sha256:88ce517a2537f1255e97d2  2.8s
 => => sha256:72e8e93b0d018b135d833207c6feaba205653ac52 55.57MB / 67.78MB  2.8s
 => => sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89 75.50MB / 235.94MB  2.8s
34m => => sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd9866 187B / 187B  1.7s
0m => => extracting sha256:13cc39f8244ac66bf1dd9149e1da421ab1bbc80d612dc14f  1.0s
 => => sha256:5469aec47eb87662634e10deea4771bd3fb19540c 24.12MB / 42.27MB  2.8s
34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 3.4s (4/21)                                         docker:default
 => [ 1/17] FROM docker.io/library/ruby:3.4@sha256:88ce517a2537f1255e97d2  3.0s
 => => sha256:72e8e93b0d018b135d833207c6feaba205653ac52 59.77MB / 67.78MB  2.9s
 => => sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89 80.74MB / 235.94MB  2.9s
34m => => sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd9866 187B / 187B  1.7s
0m => => extracting sha256:13cc39f8244ac66bf1dd9149e1da421ab1bbc80d612dc14f  1.1s
 => => sha256:5469aec47eb87662634e10deea4771bd3fb19540c 26.21MB / 42.27MB  2.9s
34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 3.6s (4/21)                                         docker:default
 => [ 1/17] FROM docker.io/library/ruby:3.4@sha256:88ce517a2537f1255e97d2  3.2s
 => => sha256:72e8e93b0d018b135d833207c6feaba205653ac52 63.96MB / 67.78MB  3.1s
 => => sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89 87.03MB / 235.94MB  3.1s
34m => => sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd9866 187B / 187B  1.7s
0m => => extracting sha256:13cc39f8244ac66bf1dd9149e1da421ab1bbc80d612dc14f  1.3s
 => => sha256:5469aec47eb87662634e10deea4771bd3fb19540c 30.41MB / 42.27MB  3.1s
34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 3.8s (4/21)                                         docker:default
 => [ 1/17] FROM docker.io/library/ruby:3.4@sha256:88ce517a2537f1255e97d2  3.3s
 => => sha256:72e8e93b0d018b135d833207c6feaba205653ac52 67.78MB / 67.78MB  3.3s
 => => sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89 93.32MB / 235.94MB  3.3s
34m => => sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd9866 187B / 187B  1.7s
0m => => extracting sha256:13cc39f8244ac66bf1dd9149e1da421ab1bbc80d612dc14f  1.5s
 => => sha256:5469aec47eb87662634e10deea4771bd3fb19540c 36.70MB / 42.27MB  3.3s
34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 4.0s (4/21)                                         docker:default
 => [ 1/17] FROM docker.io/library/ruby:3.4@sha256:88ce517a2537f1255e97d2  3.5s
 => => sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89 98.57MB / 235.94MB  3.5s
34m => => sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd9866 187B / 187B  1.7s
0m => => extracting sha256:13cc39f8244ac66bf1dd9149e1da421ab1bbc80d612dc14f  1.7s
 => => sha256:5469aec47eb87662634e10deea4771bd3fb19540c 39.85MB / 42.27MB  3.5s
34m => => sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f 142B / 142B  3.4s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 4.1s (4/21)                                         docker:default
 => [ 1/17] FROM docker.io/library/ruby:3.4@sha256:88ce517a2537f1255e97d2  3.6s
 => => sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a8 108.20MB / 235.94MB  3.6s
34m => => sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd9866 187B / 187B  1.7s
0m => => extracting sha256:13cc39f8244ac66bf1dd9149e1da421ab1bbc80d612dc14f  1.8s
34m => => sha256:5469aec47eb87662634e10deea4771bd3fb19540c 42.27MB / 42.27MB  3.5s
0m34m => => sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f 142B / 142B  3.4s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 4.2s (4/21)                                         docker:default
 => [ 1/17] FROM docker.io/library/ruby:3.4@sha256:88ce517a2537f1255e97d2  3.7s
 => => sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a8 113.25MB / 235.94MB  3.7s
34m => => sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd9866 187B / 187B  1.7s
0m => => extracting sha256:13cc39f8244ac66bf1dd9149e1da421ab1bbc80d612dc14f  1.9s
34m => => sha256:5469aec47eb87662634e10deea4771bd3fb19540c 42.27MB / 42.27MB  3.5s
0m34m => => sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f 142B / 142B  3.4s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 4.3s (4/21)                                         docker:default
 => [ 1/17] FROM docker.io/library/ruby:3.4@sha256:88ce517a2537f1255e97d2  3.9s
 => => sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a8 119.54MB / 235.94MB  3.8s
34m => => sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd9866 187B / 187B  1.7s
0m => => extracting sha256:13cc39f8244ac66bf1dd9149e1da421ab1bbc80d612dc14f  2.0s
34m => => sha256:5469aec47eb87662634e10deea4771bd3fb19540c 42.27MB / 42.27MB  3.5s
0m34m => => sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f 142B / 142B  3.4s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 4.5s (4/21)                                         docker:default
 =&gt; [ 1/17] FROM docker.io/library/ruby:3.4@sha256:88ce517a2537f1255e97d2  4.0s
 =&gt; =&gt; sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a8 124.85MB / 235.94MB  4.0s
34m =&gt; =&gt; sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd9866 187B / 187B  1.7s
0m =&gt; =&gt; extracting sha256:13cc39f8244ac66bf1dd9149e1da421ab1bbc80d612dc14f  2.2s
34m =&gt; =&gt; sha256:5469aec47eb87662634e10deea4771bd3fb19540c 42.27MB / 42.27MB  3.5s
0m34m => => sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f 142B / 142B  3.4s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 4.6s (4/21)                                         docker:default
 => [ 1/17] FROM docker.io/library/ruby:3.4@sha256:88ce517a2537f1255e97d2  4.1s
 => => sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a8 127.93MB / 235.94MB  4.1s
34m => => sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd9866 187B / 187B  1.7s
0m => => extracting sha256:13cc39f8244ac66bf1dd9149e1da421ab1bbc80d612dc14f  2.3s
34m => => sha256:5469aec47eb87662634e10deea4771bd3fb19540c 42.27MB / 42.27MB  3.5s
0m34m => => sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f 142B / 142B  3.4s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 4.7s (4/21)                                         docker:default
 => [ 1/17] FROM docker.io/library/ruby:3.4@sha256:88ce517a2537f1255e97d2  4.2s
 => => sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a8 133.37MB / 235.94MB  4.2s
34m => => sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd9866 187B / 187B  1.7s
0m => => extracting sha256:13cc39f8244ac66bf1dd9149e1da421ab1bbc80d612dc14f  2.4s
34m => => sha256:5469aec47eb87662634e10deea4771bd3fb19540c 42.27MB / 42.27MB  3.5s
0m34m => => sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f 142B / 142B  3.4s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 4.8s (4/21)                                         docker:default
 => [ 1/17] FROM docker.io/library/ruby:3.4@sha256:88ce517a2537f1255e97d2  4.3s
 => => sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a8 142.79MB / 235.94MB  4.3s
34m => => sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd9866 187B / 187B  1.7s
0m => => extracting sha256:13cc39f8244ac66bf1dd9149e1da421ab1bbc80d612dc14f  2.5s
34m => => sha256:5469aec47eb87662634e10deea4771bd3fb19540c 42.27MB / 42.27MB  3.5s
0m34m => => sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f 142B / 142B  3.4s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 4.9s (4/21)                                         docker:default
 => [ 1/17] FROM docker.io/library/ruby:3.4@sha256:88ce517a2537f1255e97d2  4.5s
 => => sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a8 152.04MB / 235.94MB  4.4s
34m => => sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd9866 187B / 187B  1.7s
0m => => extracting sha256:13cc39f8244ac66bf1dd9149e1da421ab1bbc80d612dc14f  2.6s
34m => => sha256:5469aec47eb87662634e10deea4771bd3fb19540c 42.27MB / 42.27MB  3.5s
0m34m => => sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f 142B / 142B  3.4s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 5.1s (4/21)                                         docker:default
 => [ 1/17] FROM docker.io/library/ruby:3.4@sha256:88ce517a2537f1255e97d2  4.6s
 => => sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a8 157.29MB / 235.94MB  4.6s
34m => => sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd9866 187B / 187B  1.7s
0m => => extracting sha256:13cc39f8244ac66bf1dd9149e1da421ab1bbc80d612dc14f  2.8s
34m => => sha256:5469aec47eb87662634e10deea4771bd3fb19540c 42.27MB / 42.27MB  3.5s
0m34m => => sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f 142B / 142B  3.4s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 5.2s (4/21)                                         docker:default
 => [ 1/17] FROM docker.io/library/ruby:3.4@sha256:88ce517a2537f1255e97d2  4.7s
 => => sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a8 162.83MB / 235.94MB  4.7s
34m => => sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd9866 187B / 187B  1.7s
0m => => extracting sha256:13cc39f8244ac66bf1dd9149e1da421ab1bbc80d612dc14f  2.9s
34m => => sha256:5469aec47eb87662634e10deea4771bd3fb19540c 42.27MB / 42.27MB  3.5s
0m34m => => sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f 142B / 142B  3.4s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 5.3s (4/21)                                         docker:default
 => [ 1/17] FROM docker.io/library/ruby:3.4@sha256:88ce517a2537f1255e97d2  4.8s
 => => sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a8 171.62MB / 235.94MB  4.8s
34m => => sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd9866 187B / 187B  1.7s
0m => => extracting sha256:13cc39f8244ac66bf1dd9149e1da421ab1bbc80d612dc14f  3.0s
34m => => sha256:5469aec47eb87662634e10deea4771bd3fb19540c 42.27MB / 42.27MB  3.5s
0m34m => => sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f 142B / 142B  3.4s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 5.4s (4/21)                                         docker:default
 => [ 1/17] FROM docker.io/library/ruby:3.4@sha256:88ce517a2537f1255e97d2  5.0s
 => => sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a8 176.16MB / 235.94MB  4.9s
34m => => sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd9866 187B / 187B  1.7s
0m => => extracting sha256:13cc39f8244ac66bf1dd9149e1da421ab1bbc80d612dc14f  3.1s
34m => => sha256:5469aec47eb87662634e10deea4771bd3fb19540c 42.27MB / 42.27MB  3.5s
0m34m => => sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f 142B / 142B  3.4s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 5.6s (4/21)                                         docker:default
 => [ 1/17] FROM docker.io/library/ruby:3.4@sha256:88ce517a2537f1255e97d2  5.1s
 => => sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a8 180.36MB / 235.94MB  5.1s
34m => => sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd9866 187B / 187B  1.7s
0m => => extracting sha256:13cc39f8244ac66bf1dd9149e1da421ab1bbc80d612dc14f  3.3s
34m => => sha256:5469aec47eb87662634e10deea4771bd3fb19540c 42.27MB / 42.27MB  3.5s
0m34m => => sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f 142B / 142B  3.4s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 5.7s (4/21)                                         docker:default
 =&gt; [ 1/17] FROM docker.io/library/ruby:3.4@sha256:88ce517a2537f1255e97d2  5.2s
 =&gt; =&gt; sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a8 187.70MB / 235.94MB  5.2s
34m =&gt; =&gt; sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd9866 187B / 187B  1.7s
0m =&gt; =&gt; extracting sha256:13cc39f8244ac66bf1dd9149e1da421ab1bbc80d612dc14f  3.4s
34m =&gt; =&gt; sha256:5469aec47eb87662634e10deea4771bd3fb19540c 42.27MB / 42.27MB  3.5s
0m34m => => sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f 142B / 142B  3.4s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 5.8s (4/21)                                         docker:default
 => [ 1/17] FROM docker.io/library/ruby:3.4@sha256:88ce517a2537f1255e97d2  5.4s
 => => sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a8 193.99MB / 235.94MB  5.3s
34m => => sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd9866 187B / 187B  1.7s
0m => => extracting sha256:13cc39f8244ac66bf1dd9149e1da421ab1bbc80d612dc14f  3.5s
34m => => sha256:5469aec47eb87662634e10deea4771bd3fb19540c 42.27MB / 42.27MB  3.5s
0m34m => => sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f 142B / 142B  3.4s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 5.9s (4/21)                                         docker:default
 => [ 1/17] FROM docker.io/library/ruby:3.4@sha256:88ce517a2537f1255e97d2  5.5s
 => => sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a8 200.28MB / 235.94MB  5.4s
34m => => sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd9866 187B / 187B  1.7s
0m => => extracting sha256:13cc39f8244ac66bf1dd9149e1da421ab1bbc80d612dc14f  3.6s
34m => => sha256:5469aec47eb87662634e10deea4771bd3fb19540c 42.27MB / 42.27MB  3.5s
0m34m => => sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f 142B / 142B  3.4s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 6.1s (4/21)                                         docker:default
 => [ 1/17] FROM docker.io/library/ruby:3.4@sha256:88ce517a2537f1255e97d2  5.6s
 => => sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a8 206.57MB / 235.94MB  5.5s
34m => => sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd9866 187B / 187B  1.7s
0m => => extracting sha256:13cc39f8244ac66bf1dd9149e1da421ab1bbc80d612dc14f  3.8s
34m => => sha256:5469aec47eb87662634e10deea4771bd3fb19540c 42.27MB / 42.27MB  3.5s
0m34m => => sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f 142B / 142B  3.4s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 6.2s (4/21)                                         docker:default
 => [ 1/17] FROM docker.io/library/ruby:3.4@sha256:88ce517a2537f1255e97d2  5.7s
 => => sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a8 213.91MB / 235.94MB  5.7s
34m => => sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd9866 187B / 187B  1.7s
0m => => extracting sha256:13cc39f8244ac66bf1dd9149e1da421ab1bbc80d612dc14f  3.9s
34m => => sha256:5469aec47eb87662634e10deea4771bd3fb19540c 42.27MB / 42.27MB  3.5s
0m34m => => sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f 142B / 142B  3.4s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 6.3s (4/21)                                         docker:default
 => [ 1/17] FROM docker.io/library/ruby:3.4@sha256:88ce517a2537f1255e97d2  5.8s
 => => sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a8 225.44MB / 235.94MB  5.8s
34m => => sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd9866 187B / 187B  1.7s
0m => => extracting sha256:13cc39f8244ac66bf1dd9149e1da421ab1bbc80d612dc14f  4.0s
34m => => sha256:5469aec47eb87662634e10deea4771bd3fb19540c 42.27MB / 42.27MB  3.5s
0m34m => => sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f 142B / 142B  3.4s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 6.4s (4/21)                                         docker:default
 => [ 1/17] FROM docker.io/library/ruby:3.4@sha256:88ce517a2537f1255e97d2  5.9s
 => => sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a8 231.74MB / 235.94MB  5.9s
34m => => sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd9866 187B / 187B  1.7s
0m => => extracting sha256:13cc39f8244ac66bf1dd9149e1da421ab1bbc80d612dc14f  4.1s
34m => => sha256:5469aec47eb87662634e10deea4771bd3fb19540c 42.27MB / 42.27MB  3.5s
0m34m => => sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f 142B / 142B  3.4s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 6.6s (4/21)                                         docker:default
 => [ 1/17] FROM docker.io/library/ruby:3.4@sha256:88ce517a2537f1255e97d2  6.1s
34m => => sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a8 235.94MB / 235.94MB  6.1s
0m34m => => sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd9866 187B / 187B  1.7s
0m => => extracting sha256:13cc39f8244ac66bf1dd9149e1da421ab1bbc80d612dc14f  4.3s
34m => => sha256:5469aec47eb87662634e10deea4771bd3fb19540c 42.27MB / 42.27MB  3.5s
0m34m => => sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f 142B / 142B  3.4s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 6.7s (4/21)                                         docker:default
 => [ 1/17] FROM docker.io/library/ruby:3.4@sha256:88ce517a2537f1255e97d2  6.2s
34m => => sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a8 235.94MB / 235.94MB  6.1s
0m34m => => sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd9866 187B / 187B  1.7s
0m => => extracting sha256:13cc39f8244ac66bf1dd9149e1da421ab1bbc80d612dc14f  4.4s
34m => => sha256:5469aec47eb87662634e10deea4771bd3fb19540c 42.27MB / 42.27MB  3.5s
0m34m => => sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f 142B / 142B  3.4s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 6.8s (4/21)                                         docker:default
 => [ 1/17] FROM docker.io/library/ruby:3.4@sha256:88ce517a2537f1255e97d2  6.4s
34m => => sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a8 235.94MB / 235.94MB  6.1s
0m34m => => sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd9866 187B / 187B  1.7s
0m => => extracting sha256:13cc39f8244ac66bf1dd9149e1da421ab1bbc80d612dc14f  4.5s
34m => => sha256:5469aec47eb87662634e10deea4771bd3fb19540c 42.27MB / 42.27MB  3.5s
0m34m => => sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f 142B / 142B  3.4s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 6.9s (4/21)                                         docker:default
 =&gt; [ 1/17] FROM docker.io/library/ruby:3.4@sha256:88ce517a2537f1255e97d2  6.5s
34m =&gt; =&gt; sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a8 235.94MB / 235.94MB  6.1s
0m34m =&gt; =&gt; sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd9866 187B / 187B  1.7s
0m =&gt; =&gt; extracting sha256:13cc39f8244ac66bf1dd9149e1da421ab1bbc80d612dc14f  4.6s
34m =&gt; =&gt; sha256:5469aec47eb87662634e10deea4771bd3fb19540c 42.27MB / 42.27MB  3.5s
0m34m => => sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f 142B / 142B  3.4s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 7.0s (4/21)                                         docker:default
 => [ 1/17] FROM docker.io/library/ruby:3.4@sha256:88ce517a2537f1255e97d2  6.6s
34m => => sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a8 235.94MB / 235.94MB  6.1s
0m34m => => sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd9866 187B / 187B  1.7s
0m => => extracting sha256:13cc39f8244ac66bf1dd9149e1da421ab1bbc80d612dc14f  4.7s
34m => => sha256:5469aec47eb87662634e10deea4771bd3fb19540c 42.27MB / 42.27MB  3.5s
0m34m => => sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f 142B / 142B  3.4s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 7.1s (4/21)                                         docker:default
 => [ 1/17] FROM docker.io/library/ruby:3.4@sha256:88ce517a2537f1255e97d2  6.7s
34m => => sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a8 235.94MB / 235.94MB  6.1s
0m34m => => sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd9866 187B / 187B  1.7s
0m => => extracting sha256:13cc39f8244ac66bf1dd9149e1da421ab1bbc80d612dc14f  4.9s
34m => => sha256:5469aec47eb87662634e10deea4771bd3fb19540c 42.27MB / 42.27MB  3.5s
0m34m => => sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f 142B / 142B  3.4s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 7.3s (4/21)                                         docker:default
 => [ 1/17] FROM docker.io/library/ruby:3.4@sha256:88ce517a2537f1255e97d2  6.8s
34m => => sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a8 235.94MB / 235.94MB  6.1s
0m34m => => sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd9866 187B / 187B  1.7s
0m => => extracting sha256:13cc39f8244ac66bf1dd9149e1da421ab1bbc80d612dc14f  5.0s
34m => => sha256:5469aec47eb87662634e10deea4771bd3fb19540c 42.27MB / 42.27MB  3.5s
0m34m => => sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f 142B / 142B  3.4s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 7.4s (4/21)                                         docker:default
 => [ 1/17] FROM docker.io/library/ruby:3.4@sha256:88ce517a2537f1255e97d2  7.0s
34m => => sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a8 235.94MB / 235.94MB  6.1s
0m34m => => sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd9866 187B / 187B  1.7s
0m => => extracting sha256:13cc39f8244ac66bf1dd9149e1da421ab1bbc80d612dc14f  5.1s
34m => => sha256:5469aec47eb87662634e10deea4771bd3fb19540c 42.27MB / 42.27MB  3.5s
0m34m => => sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f 142B / 142B  3.4s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 7.5s (4/21)                                         docker:default
 => [ 1/17] FROM docker.io/library/ruby:3.4@sha256:88ce517a2537f1255e97d2  7.0s
34m => => sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a8 235.94MB / 235.94MB  6.1s
0m34m => => sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd9866 187B / 187B  1.7s
0m => => extracting sha256:13cc39f8244ac66bf1dd9149e1da421ab1bbc80d612dc14f  5.2s
34m => => sha256:5469aec47eb87662634e10deea4771bd3fb19540c 42.27MB / 42.27MB  3.5s
0m34m => => sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f 142B / 142B  3.4s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 7.6s (4/21)                                         docker:default
 => [ 1/17] FROM docker.io/library/ruby:3.4@sha256:88ce517a2537f1255e97d2  7.1s
34m => => sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a8 235.94MB / 235.94MB  6.1s
0m34m => => sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd9866 187B / 187B  1.7s
0m34m => => extracting sha256:13cc39f8244ac66bf1dd9149e1da421ab1bbc80d612dc14f  5.3s
0m34m => => sha256:5469aec47eb87662634e10deea4771bd3fb19540c 42.27MB / 42.27MB  3.5s
0m34m => => sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f 142B / 142B  3.4s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 7.8s (4/21)                                         docker:default
 => [ 1/17] FROM docker.io/library/ruby:3.4@sha256:88ce517a2537f1255e97d2  7.3s
34m => => sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd9866 187B / 187B  1.7s
0m34m => => extracting sha256:13cc39f8244ac66bf1dd9149e1da421ab1bbc80d612dc14f  5.3s
0m34m => => sha256:5469aec47eb87662634e10deea4771bd3fb19540c 42.27MB / 42.27MB  3.5s
0m34m => => sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f 142B / 142B  3.4s
0m => => extracting sha256:e3143549f2b8b3ad8d79efdc47824641c6771796b3770f3c  0.1s
34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 7.9s (4/21)                                         docker:default
 => [ 1/17] FROM docker.io/library/ruby:3.4@sha256:88ce517a2537f1255e97d2  7.4s
34m => => sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd9866 187B / 187B  1.7s
0m34m => => extracting sha256:13cc39f8244ac66bf1dd9149e1da421ab1bbc80d612dc14f  5.3s
0m34m => => sha256:5469aec47eb87662634e10deea4771bd3fb19540c 42.27MB / 42.27MB  3.5s
0m34m => => sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f 142B / 142B  3.4s
0m => => extracting sha256:e3143549f2b8b3ad8d79efdc47824641c6771796b3770f3c  0.2s
34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 8.0s (4/21)                                         docker:default
 => [ 1/17] FROM docker.io/library/ruby:3.4@sha256:88ce517a2537f1255e97d2  7.5s
34m => => sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd9866 187B / 187B  1.7s
0m34m => => extracting sha256:13cc39f8244ac66bf1dd9149e1da421ab1bbc80d612dc14f  5.3s
0m34m => => sha256:5469aec47eb87662634e10deea4771bd3fb19540c 42.27MB / 42.27MB  3.5s
0m34m => => sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f 142B / 142B  3.4s
0m => => extracting sha256:e3143549f2b8b3ad8d79efdc47824641c6771796b3770f3c  0.3s
34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 8.1s (4/21)                                         docker:default
 =&gt; [ 1/17] FROM docker.io/library/ruby:3.4@sha256:88ce517a2537f1255e97d2  7.6s
34m =&gt; =&gt; sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd9866 187B / 187B  1.7s
0m34m =&gt; =&gt; extracting sha256:13cc39f8244ac66bf1dd9149e1da421ab1bbc80d612dc14f  5.3s
0m34m =&gt; =&gt; sha256:5469aec47eb87662634e10deea4771bd3fb19540c 42.27MB / 42.27MB  3.5s
0m34m => => sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f 142B / 142B  3.4s
0m => => extracting sha256:e3143549f2b8b3ad8d79efdc47824641c6771796b3770f3c  0.4s
34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 8.2s (4/21)                                         docker:default
 => [ 1/17] FROM docker.io/library/ruby:3.4@sha256:88ce517a2537f1255e97d2  7.7s
34m => => sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd9866 187B / 187B  1.7s
0m34m => => extracting sha256:13cc39f8244ac66bf1dd9149e1da421ab1bbc80d612dc14f  5.3s
0m34m => => sha256:5469aec47eb87662634e10deea4771bd3fb19540c 42.27MB / 42.27MB  3.5s
0m34m => => sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f 142B / 142B  3.4s
0m => => extracting sha256:e3143549f2b8b3ad8d79efdc47824641c6771796b3770f3c  0.5s
34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 8.3s (4/21)                                         docker:default
 => [ 1/17] FROM docker.io/library/ruby:3.4@sha256:88ce517a2537f1255e97d2  7.8s
34m => => sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd9866 187B / 187B  1.7s
0m34m => => extracting sha256:13cc39f8244ac66bf1dd9149e1da421ab1bbc80d612dc14f  5.3s
0m34m => => sha256:5469aec47eb87662634e10deea4771bd3fb19540c 42.27MB / 42.27MB  3.5s
0m34m => => sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f 142B / 142B  3.4s
0m => => extracting sha256:e3143549f2b8b3ad8d79efdc47824641c6771796b3770f3c  0.6s
34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 8.4s (4/21)                                         docker:default
 => [ 1/17] FROM docker.io/library/ruby:3.4@sha256:88ce517a2537f1255e97d2  8.0s
34m => => sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd9866 187B / 187B  1.7s
0m34m => => extracting sha256:13cc39f8244ac66bf1dd9149e1da421ab1bbc80d612dc14f  5.3s
0m34m => => sha256:5469aec47eb87662634e10deea4771bd3fb19540c 42.27MB / 42.27MB  3.5s
0m34m => => sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f 142B / 142B  3.4s
0m => => extracting sha256:e3143549f2b8b3ad8d79efdc47824641c6771796b3770f3c  0.7s
34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 8.5s (4/21)                                         docker:default
 => [ 1/17] FROM docker.io/library/ruby:3.4@sha256:88ce517a2537f1255e97d2  8.1s
34m => => sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd9866 187B / 187B  1.7s
0m34m => => extracting sha256:13cc39f8244ac66bf1dd9149e1da421ab1bbc80d612dc14f  5.3s
0m34m => => sha256:5469aec47eb87662634e10deea4771bd3fb19540c 42.27MB / 42.27MB  3.5s
0m34m => => sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f 142B / 142B  3.4s
0m => => extracting sha256:e3143549f2b8b3ad8d79efdc47824641c6771796b3770f3c  0.8s
34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 8.6s (4/21)                                         docker:default
 => [ 1/17] FROM docker.io/library/ruby:3.4@sha256:88ce517a2537f1255e97d2  8.2s
34m => => sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd9866 187B / 187B  1.7s
0m34m => => extracting sha256:13cc39f8244ac66bf1dd9149e1da421ab1bbc80d612dc14f  5.3s
0m34m => => sha256:5469aec47eb87662634e10deea4771bd3fb19540c 42.27MB / 42.27MB  3.5s
0m34m => => sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f 142B / 142B  3.4s
0m => => extracting sha256:e3143549f2b8b3ad8d79efdc47824641c6771796b3770f3c  1.0s
34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 8.8s (4/21)                                         docker:default
 => [ 1/17] FROM docker.io/library/ruby:3.4@sha256:88ce517a2537f1255e97d2  8.3s
34m => => sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd9866 187B / 187B  1.7s
0m34m => => extracting sha256:13cc39f8244ac66bf1dd9149e1da421ab1bbc80d612dc14f  5.3s
0m34m => => sha256:5469aec47eb87662634e10deea4771bd3fb19540c 42.27MB / 42.27MB  3.5s
0m34m => => sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f 142B / 142B  3.4s
0m34m => => extracting sha256:e3143549f2b8b3ad8d79efdc47824641c6771796b3770f3c  1.1s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 9.0s (4/21)                                         docker:default
 => [ 1/17] FROM docker.io/library/ruby:3.4@sha256:88ce517a2537f1255e97d2  8.5s
34m => => extracting sha256:13cc39f8244ac66bf1dd9149e1da421ab1bbc80d612dc14f  5.3s
0m34m => => sha256:5469aec47eb87662634e10deea4771bd3fb19540c 42.27MB / 42.27MB  3.5s
0m34m => => sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f 142B / 142B  3.4s
0m34m => => extracting sha256:e3143549f2b8b3ad8d79efdc47824641c6771796b3770f3c  1.1s
0m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  0.1s
34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 9.1s (4/21)                                         docker:default
 => [ 1/17] FROM docker.io/library/ruby:3.4@sha256:88ce517a2537f1255e97d2  8.6s
34m => => extracting sha256:13cc39f8244ac66bf1dd9149e1da421ab1bbc80d612dc14f  5.3s
0m34m => => sha256:5469aec47eb87662634e10deea4771bd3fb19540c 42.27MB / 42.27MB  3.5s
0m34m => => sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f 142B / 142B  3.4s
0m34m => => extracting sha256:e3143549f2b8b3ad8d79efdc47824641c6771796b3770f3c  1.1s
0m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  0.2s
34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 9.2s (4/21)                                         docker:default
 => [ 1/17] FROM docker.io/library/ruby:3.4@sha256:88ce517a2537f1255e97d2  8.7s
34m => => extracting sha256:13cc39f8244ac66bf1dd9149e1da421ab1bbc80d612dc14f  5.3s
0m34m => => sha256:5469aec47eb87662634e10deea4771bd3fb19540c 42.27MB / 42.27MB  3.5s
0m34m => => sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f 142B / 142B  3.4s
0m34m => => extracting sha256:e3143549f2b8b3ad8d79efdc47824641c6771796b3770f3c  1.1s
0m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  0.3s
34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 9.3s (4/21)                                         docker:default
 =&gt; [ 1/17] FROM docker.io/library/ruby:3.4@sha256:88ce517a2537f1255e97d2  8.8s
34m =&gt; =&gt; extracting sha256:13cc39f8244ac66bf1dd9149e1da421ab1bbc80d612dc14f  5.3s
0m34m =&gt; =&gt; sha256:5469aec47eb87662634e10deea4771bd3fb19540c 42.27MB / 42.27MB  3.5s
0m34m =&gt; =&gt; sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f 142B / 142B  3.4s
0m34m => => extracting sha256:e3143549f2b8b3ad8d79efdc47824641c6771796b3770f3c  1.1s
0m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  0.4s
34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 9.4s (4/21)                                         docker:default
 => [ 1/17] FROM docker.io/library/ruby:3.4@sha256:88ce517a2537f1255e97d2  8.9s
34m => => extracting sha256:13cc39f8244ac66bf1dd9149e1da421ab1bbc80d612dc14f  5.3s
0m34m => => sha256:5469aec47eb87662634e10deea4771bd3fb19540c 42.27MB / 42.27MB  3.5s
0m34m => => sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f 142B / 142B  3.4s
0m34m => => extracting sha256:e3143549f2b8b3ad8d79efdc47824641c6771796b3770f3c  1.1s
0m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  0.5s
34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 9.5s (4/21)                                         docker:default
 => [ 1/17] FROM docker.io/library/ruby:3.4@sha256:88ce517a2537f1255e97d2  9.1s
34m => => extracting sha256:13cc39f8244ac66bf1dd9149e1da421ab1bbc80d612dc14f  5.3s
0m34m => => sha256:5469aec47eb87662634e10deea4771bd3fb19540c 42.27MB / 42.27MB  3.5s
0m34m => => sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f 142B / 142B  3.4s
0m34m => => extracting sha256:e3143549f2b8b3ad8d79efdc47824641c6771796b3770f3c  1.1s
0m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  0.6s
34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 9.6s (4/21)                                         docker:default
 => [ 1/17] FROM docker.io/library/ruby:3.4@sha256:88ce517a2537f1255e97d2  9.2s
34m => => extracting sha256:13cc39f8244ac66bf1dd9149e1da421ab1bbc80d612dc14f  5.3s
0m34m => => sha256:5469aec47eb87662634e10deea4771bd3fb19540c 42.27MB / 42.27MB  3.5s
0m34m => => sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f 142B / 142B  3.4s
0m34m => => extracting sha256:e3143549f2b8b3ad8d79efdc47824641c6771796b3770f3c  1.1s
0m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  0.8s
34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 9.7s (4/21)                                         docker:default
 => [ 1/17] FROM docker.io/library/ruby:3.4@sha256:88ce517a2537f1255e97d2  9.3s
34m => => extracting sha256:13cc39f8244ac66bf1dd9149e1da421ab1bbc80d612dc14f  5.3s
0m34m => => sha256:5469aec47eb87662634e10deea4771bd3fb19540c 42.27MB / 42.27MB  3.5s
0m34m => => sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f 142B / 142B  3.4s
0m34m => => extracting sha256:e3143549f2b8b3ad8d79efdc47824641c6771796b3770f3c  1.1s
0m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  0.9s
34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 9.8s (4/21)                                         docker:default
 => [ 1/17] FROM docker.io/library/ruby:3.4@sha256:88ce517a2537f1255e97d2  9.4s
34m => => extracting sha256:13cc39f8244ac66bf1dd9149e1da421ab1bbc80d612dc14f  5.3s
0m34m => => sha256:5469aec47eb87662634e10deea4771bd3fb19540c 42.27MB / 42.27MB  3.5s
0m34m => => sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f 142B / 142B  3.4s
0m34m => => extracting sha256:e3143549f2b8b3ad8d79efdc47824641c6771796b3770f3c  1.1s
0m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  1.0s
34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 10.0s (4/21)                                        docker:default
 => [ 1/17] FROM docker.io/library/ruby:3.4@sha256:88ce517a2537f1255e97d2  9.5s
34m => => extracting sha256:13cc39f8244ac66bf1dd9149e1da421ab1bbc80d612dc14f  5.3s
0m34m => => sha256:5469aec47eb87662634e10deea4771bd3fb19540c 42.27MB / 42.27MB  3.5s
0m34m => => sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f 142B / 142B  3.4s
0m34m => => extracting sha256:e3143549f2b8b3ad8d79efdc47824641c6771796b3770f3c  1.1s
0m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  1.1s
34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 10.1s (4/21)                                        docker:default
 => [ 1/17] FROM docker.io/library/ruby:3.4@sha256:88ce517a2537f1255e97d2  9.6s
34m => => extracting sha256:13cc39f8244ac66bf1dd9149e1da421ab1bbc80d612dc14f  5.3s
0m34m => => sha256:5469aec47eb87662634e10deea4771bd3fb19540c 42.27MB / 42.27MB  3.5s
0m34m => => sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f 142B / 142B  3.4s
0m34m => => extracting sha256:e3143549f2b8b3ad8d79efdc47824641c6771796b3770f3c  1.1s
0m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  1.2s
34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 10.2s (4/21)                                        docker:default
 => [ 1/17] FROM docker.io/library/ruby:3.4@sha256:88ce517a2537f1255e97d2  9.8s
34m => => extracting sha256:13cc39f8244ac66bf1dd9149e1da421ab1bbc80d612dc14f  5.3s
0m34m => => sha256:5469aec47eb87662634e10deea4771bd3fb19540c 42.27MB / 42.27MB  3.5s
0m34m => => sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f 142B / 142B  3.4s
0m34m => => extracting sha256:e3143549f2b8b3ad8d79efdc47824641c6771796b3770f3c  1.1s
0m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  1.3s
34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 10.3s (4/21)                                        docker:default
 => [ 1/17] FROM docker.io/library/ruby:3.4@sha256:88ce517a2537f1255e97d2  9.9s
34m => => extracting sha256:13cc39f8244ac66bf1dd9149e1da421ab1bbc80d612dc14f  5.3s
0m34m => => sha256:5469aec47eb87662634e10deea4771bd3fb19540c 42.27MB / 42.27MB  3.5s
0m34m => => sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f 142B / 142B  3.4s
0m34m => => extracting sha256:e3143549f2b8b3ad8d79efdc47824641c6771796b3770f3c  1.1s
0m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  1.4s
34m => [internal] load build context                                          0.1s
0m34m =&gt; =&gt; transferring context: 81.37kB                                       0.0s
0m?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 10.4s (4/21)                                        docker:default
 =&gt; [ 1/17] FROM docker.io/library/ruby:3.4@sha256:88ce517a2537f1255e97d  10.0s
34m =&gt; =&gt; extracting sha256:13cc39f8244ac66bf1dd9149e1da421ab1bbc80d612dc14f  5.3s
0m34m =&gt; =&gt; sha256:5469aec47eb87662634e10deea4771bd3fb19540c 42.27MB / 42.27MB  3.5s
0m34m => => sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f 142B / 142B  3.4s
0m34m => => extracting sha256:e3143549f2b8b3ad8d79efdc47824641c6771796b3770f3c  1.1s
0m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  1.6s
34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 10.5s (4/21)                                        docker:default
 => [ 1/17] FROM docker.io/library/ruby:3.4@sha256:88ce517a2537f1255e97d  10.1s
34m => => extracting sha256:13cc39f8244ac66bf1dd9149e1da421ab1bbc80d612dc14f  5.3s
0m34m => => sha256:5469aec47eb87662634e10deea4771bd3fb19540c 42.27MB / 42.27MB  3.5s
0m34m => => sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f 142B / 142B  3.4s
0m34m => => extracting sha256:e3143549f2b8b3ad8d79efdc47824641c6771796b3770f3c  1.1s
0m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  1.7s
34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 10.7s (4/21)                                        docker:default
 => [ 1/17] FROM docker.io/library/ruby:3.4@sha256:88ce517a2537f1255e97d  10.2s
34m => => extracting sha256:13cc39f8244ac66bf1dd9149e1da421ab1bbc80d612dc14f  5.3s
0m34m => => sha256:5469aec47eb87662634e10deea4771bd3fb19540c 42.27MB / 42.27MB  3.5s
0m34m => => sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f 142B / 142B  3.4s
0m34m => => extracting sha256:e3143549f2b8b3ad8d79efdc47824641c6771796b3770f3c  1.1s
0m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  1.8s
34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 10.8s (4/21)                                        docker:default
 => [ 1/17] FROM docker.io/library/ruby:3.4@sha256:88ce517a2537f1255e97d  10.3s
34m => => extracting sha256:13cc39f8244ac66bf1dd9149e1da421ab1bbc80d612dc14f  5.3s
0m34m => => sha256:5469aec47eb87662634e10deea4771bd3fb19540c 42.27MB / 42.27MB  3.5s
0m34m => => sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f 142B / 142B  3.4s
0m34m => => extracting sha256:e3143549f2b8b3ad8d79efdc47824641c6771796b3770f3c  1.1s
0m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  1.9s
34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 10.9s (4/21)                                        docker:default
 => [ 1/17] FROM docker.io/library/ruby:3.4@sha256:88ce517a2537f1255e97d  10.4s
34m => => extracting sha256:13cc39f8244ac66bf1dd9149e1da421ab1bbc80d612dc14f  5.3s
0m34m => => sha256:5469aec47eb87662634e10deea4771bd3fb19540c 42.27MB / 42.27MB  3.5s
0m34m => => sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f 142B / 142B  3.4s
0m34m => => extracting sha256:e3143549f2b8b3ad8d79efdc47824641c6771796b3770f3c  1.1s
0m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  2.0s
34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 11.0s (4/21)                                        docker:default
 => [ 1/17] FROM docker.io/library/ruby:3.4@sha256:88ce517a2537f1255e97d  10.6s
34m => => extracting sha256:13cc39f8244ac66bf1dd9149e1da421ab1bbc80d612dc14f  5.3s
0m34m => => sha256:5469aec47eb87662634e10deea4771bd3fb19540c 42.27MB / 42.27MB  3.5s
0m34m => => sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f 142B / 142B  3.4s
0m34m => => extracting sha256:e3143549f2b8b3ad8d79efdc47824641c6771796b3770f3c  1.1s
0m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  2.2s
34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 11.1s (4/21)                                        docker:default
 => [ 1/17] FROM docker.io/library/ruby:3.4@sha256:88ce517a2537f1255e97d  10.7s
34m => => extracting sha256:13cc39f8244ac66bf1dd9149e1da421ab1bbc80d612dc14f  5.3s
0m34m => => sha256:5469aec47eb87662634e10deea4771bd3fb19540c 42.27MB / 42.27MB  3.5s
0m34m => => sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f 142B / 142B  3.4s
0m34m => => extracting sha256:e3143549f2b8b3ad8d79efdc47824641c6771796b3770f3c  1.1s
0m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  2.3s
34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 11.2s (4/21)                                        docker:default
 => [ 1/17] FROM docker.io/library/ruby:3.4@sha256:88ce517a2537f1255e97d  10.8s
34m => => extracting sha256:13cc39f8244ac66bf1dd9149e1da421ab1bbc80d612dc14f  5.3s
0m34m => => sha256:5469aec47eb87662634e10deea4771bd3fb19540c 42.27MB / 42.27MB  3.5s
0m34m => => sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f 142B / 142B  3.4s
0m34m => => extracting sha256:e3143549f2b8b3ad8d79efdc47824641c6771796b3770f3c  1.1s
0m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  2.4s
34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 11.4s (4/21)                                        docker:default
 => [ 1/17] FROM docker.io/library/ruby:3.4@sha256:88ce517a2537f1255e97d  10.9s
34m => => extracting sha256:13cc39f8244ac66bf1dd9149e1da421ab1bbc80d612dc14f  5.3s
0m34m => => sha256:5469aec47eb87662634e10deea4771bd3fb19540c 42.27MB / 42.27MB  3.5s
0m34m => => sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f 142B / 142B  3.4s
0m34m => => extracting sha256:e3143549f2b8b3ad8d79efdc47824641c6771796b3770f3c  1.1s
0m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  2.5s
34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 11.5s (4/21)                                        docker:default
 => [ 1/17] FROM docker.io/library/ruby:3.4@sha256:88ce517a2537f1255e97d  11.0s
34m => => extracting sha256:13cc39f8244ac66bf1dd9149e1da421ab1bbc80d612dc14f  5.3s
0m34m => => sha256:5469aec47eb87662634e10deea4771bd3fb19540c 42.27MB / 42.27MB  3.5s
0m34m => => sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f 142B / 142B  3.4s
0m34m => => extracting sha256:e3143549f2b8b3ad8d79efdc47824641c6771796b3770f3c  1.1s
0m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  2.6s
34m => [internal] load build context                                          0.1s
0m34m =&gt; =&gt; transferring context: 81.37kB                                       0.0s
0m?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 11.6s (4/21)                                        docker:default
 =&gt; [ 1/17] FROM docker.io/library/ruby:3.4@sha256:88ce517a2537f1255e97d  11.2s
34m =&gt; =&gt; extracting sha256:13cc39f8244ac66bf1dd9149e1da421ab1bbc80d612dc14f  5.3s
0m34m =&gt; =&gt; sha256:5469aec47eb87662634e10deea4771bd3fb19540c 42.27MB / 42.27MB  3.5s
0m34m => => sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f 142B / 142B  3.4s
0m34m => => extracting sha256:e3143549f2b8b3ad8d79efdc47824641c6771796b3770f3c  1.1s
0m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  2.7s
34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 11.7s (4/21)                                        docker:default
 => [ 1/17] FROM docker.io/library/ruby:3.4@sha256:88ce517a2537f1255e97d  11.3s
34m => => extracting sha256:13cc39f8244ac66bf1dd9149e1da421ab1bbc80d612dc14f  5.3s
0m34m => => sha256:5469aec47eb87662634e10deea4771bd3fb19540c 42.27MB / 42.27MB  3.5s
0m34m => => sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f 142B / 142B  3.4s
0m34m => => extracting sha256:e3143549f2b8b3ad8d79efdc47824641c6771796b3770f3c  1.1s
0m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  2.9s
34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 11.8s (4/21)                                        docker:default
 => [ 1/17] FROM docker.io/library/ruby:3.4@sha256:88ce517a2537f1255e97d  11.4s
34m => => extracting sha256:13cc39f8244ac66bf1dd9149e1da421ab1bbc80d612dc14f  5.3s
0m34m => => sha256:5469aec47eb87662634e10deea4771bd3fb19540c 42.27MB / 42.27MB  3.5s
0m34m => => sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f 142B / 142B  3.4s
0m34m => => extracting sha256:e3143549f2b8b3ad8d79efdc47824641c6771796b3770f3c  1.1s
0m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.0s
34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 11.9s (4/21)                                        docker:default
 => [ 1/17] FROM docker.io/library/ruby:3.4@sha256:88ce517a2537f1255e97d  11.5s
34m => => extracting sha256:13cc39f8244ac66bf1dd9149e1da421ab1bbc80d612dc14f  5.3s
0m34m => => sha256:5469aec47eb87662634e10deea4771bd3fb19540c 42.27MB / 42.27MB  3.5s
0m34m => => sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f 142B / 142B  3.4s
0m34m => => extracting sha256:e3143549f2b8b3ad8d79efdc47824641c6771796b3770f3c  1.1s
0m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.1s
34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 12.1s (4/21)                                        docker:default
 => [ 1/17] FROM docker.io/library/ruby:3.4@sha256:88ce517a2537f1255e97d  11.6s
34m => => extracting sha256:13cc39f8244ac66bf1dd9149e1da421ab1bbc80d612dc14f  5.3s
0m34m => => sha256:5469aec47eb87662634e10deea4771bd3fb19540c 42.27MB / 42.27MB  3.5s
0m34m => => sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f 142B / 142B  3.4s
0m34m => => extracting sha256:e3143549f2b8b3ad8d79efdc47824641c6771796b3770f3c  1.1s
0m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.2s
34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 12.2s (4/21)                                        docker:default
 => [ 1/17] FROM docker.io/library/ruby:3.4@sha256:88ce517a2537f1255e97d  11.7s
34m => => extracting sha256:13cc39f8244ac66bf1dd9149e1da421ab1bbc80d612dc14f  5.3s
0m34m => => sha256:5469aec47eb87662634e10deea4771bd3fb19540c 42.27MB / 42.27MB  3.5s
0m34m => => sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f 142B / 142B  3.4s
0m34m => => extracting sha256:e3143549f2b8b3ad8d79efdc47824641c6771796b3770f3c  1.1s
0m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.3s
34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 12.3s (4/21)                                        docker:default
 => [ 1/17] FROM docker.io/library/ruby:3.4@sha256:88ce517a2537f1255e97d  11.9s
34m => => extracting sha256:13cc39f8244ac66bf1dd9149e1da421ab1bbc80d612dc14f  5.3s
0m34m => => sha256:5469aec47eb87662634e10deea4771bd3fb19540c 42.27MB / 42.27MB  3.5s
0m34m => => sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f 142B / 142B  3.4s
0m34m => => extracting sha256:e3143549f2b8b3ad8d79efdc47824641c6771796b3770f3c  1.1s
0m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.4s
34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 12.5s (4/21)                                        docker:default
 => [ 1/17] FROM docker.io/library/ruby:3.4@sha256:88ce517a2537f1255e97d  12.1s
34m => => extracting sha256:13cc39f8244ac66bf1dd9149e1da421ab1bbc80d612dc14f  5.3s
0m34m => => sha256:5469aec47eb87662634e10deea4771bd3fb19540c 42.27MB / 42.27MB  3.5s
0m34m => => sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f 142B / 142B  3.4s
0m34m => => extracting sha256:e3143549f2b8b3ad8d79efdc47824641c6771796b3770f3c  1.1s
0m34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 12.5s (4/21)                                        docker:default
 => [ 1/17] FROM docker.io/library/ruby:3.4@sha256:88ce517a2537f1255e97d  12.1s
34m => => sha256:5469aec47eb87662634e10deea4771bd3fb19540c 42.27MB / 42.27MB  3.5s
0m34m => => sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f 142B / 142B  3.4s
0m34m => => extracting sha256:e3143549f2b8b3ad8d79efdc47824641c6771796b3770f3c  1.1s
0m34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb91  0.0s
34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 12.6s (4/21)                                        docker:default
 => [ 1/17] FROM docker.io/library/ruby:3.4@sha256:88ce517a2537f1255e97d  12.2s
34m => => sha256:5469aec47eb87662634e10deea4771bd3fb19540c 42.27MB / 42.27MB  3.5s
0m34m => => sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f 142B / 142B  3.4s
0m34m => => extracting sha256:e3143549f2b8b3ad8d79efdc47824641c6771796b3770f3c  1.1s
0m34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb91  0.1s
34m => [internal] load build context                                          0.1s
0m34m =&gt; =&gt; transferring context: 81.37kB                                       0.0s
0m?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 12.7s (4/21)                                        docker:default
 =&gt; [ 1/17] FROM docker.io/library/ruby:3.4@sha256:88ce517a2537f1255e97d  12.3s
34m =&gt; =&gt; sha256:5469aec47eb87662634e10deea4771bd3fb19540c 42.27MB / 42.27MB  3.5s
0m34m => => sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f 142B / 142B  3.4s
0m34m => => extracting sha256:e3143549f2b8b3ad8d79efdc47824641c6771796b3770f3c  1.1s
0m34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb91  0.2s
34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 12.8s (4/21)                                        docker:default
 => [ 1/17] FROM docker.io/library/ruby:3.4@sha256:88ce517a2537f1255e97d  12.4s
34m => => sha256:5469aec47eb87662634e10deea4771bd3fb19540c 42.27MB / 42.27MB  3.5s
0m34m => => sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f 142B / 142B  3.4s
0m34m => => extracting sha256:e3143549f2b8b3ad8d79efdc47824641c6771796b3770f3c  1.1s
0m34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb91  0.3s
34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 12.9s (4/21)                                        docker:default
 => [ 1/17] FROM docker.io/library/ruby:3.4@sha256:88ce517a2537f1255e97d  12.5s
34m => => sha256:5469aec47eb87662634e10deea4771bd3fb19540c 42.27MB / 42.27MB  3.5s
0m34m => => sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f 142B / 142B  3.4s
0m34m => => extracting sha256:e3143549f2b8b3ad8d79efdc47824641c6771796b3770f3c  1.1s
0m34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb91  0.4s
34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 13.1s (4/21)                                        docker:default
 => [ 1/17] FROM docker.io/library/ruby:3.4@sha256:88ce517a2537f1255e97d  12.6s
34m => => sha256:5469aec47eb87662634e10deea4771bd3fb19540c 42.27MB / 42.27MB  3.5s
0m34m => => sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f 142B / 142B  3.4s
0m34m => => extracting sha256:e3143549f2b8b3ad8d79efdc47824641c6771796b3770f3c  1.1s
0m34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb91  0.5s
34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 13.2s (4/21)                                        docker:default
 => [ 1/17] FROM docker.io/library/ruby:3.4@sha256:88ce517a2537f1255e97d  12.7s
34m => => sha256:5469aec47eb87662634e10deea4771bd3fb19540c 42.27MB / 42.27MB  3.5s
0m34m => => sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f 142B / 142B  3.4s
0m34m => => extracting sha256:e3143549f2b8b3ad8d79efdc47824641c6771796b3770f3c  1.1s
0m34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb91  0.6s
34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 13.3s (4/21)                                        docker:default
 => [ 1/17] FROM docker.io/library/ruby:3.4@sha256:88ce517a2537f1255e97d  12.8s
34m => => sha256:5469aec47eb87662634e10deea4771bd3fb19540c 42.27MB / 42.27MB  3.5s
0m34m => => sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f 142B / 142B  3.4s
0m34m => => extracting sha256:e3143549f2b8b3ad8d79efdc47824641c6771796b3770f3c  1.1s
0m34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb91  0.8s
34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 13.4s (4/21)                                        docker:default
 => [ 1/17] FROM docker.io/library/ruby:3.4@sha256:88ce517a2537f1255e97d  13.0s
34m => => sha256:5469aec47eb87662634e10deea4771bd3fb19540c 42.27MB / 42.27MB  3.5s
0m34m => => sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f 142B / 142B  3.4s
0m34m => => extracting sha256:e3143549f2b8b3ad8d79efdc47824641c6771796b3770f3c  1.1s
0m34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb91  0.9s
34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 13.5s (4/21)                                        docker:default
 => [ 1/17] FROM docker.io/library/ruby:3.4@sha256:88ce517a2537f1255e97d  13.1s
34m => => sha256:5469aec47eb87662634e10deea4771bd3fb19540c 42.27MB / 42.27MB  3.5s
0m34m => => sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f 142B / 142B  3.4s
0m34m => => extracting sha256:e3143549f2b8b3ad8d79efdc47824641c6771796b3770f3c  1.1s
0m34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb91  1.0s
34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 13.6s (4/21)                                        docker:default
 => [ 1/17] FROM docker.io/library/ruby:3.4@sha256:88ce517a2537f1255e97d  13.2s
34m => => sha256:5469aec47eb87662634e10deea4771bd3fb19540c 42.27MB / 42.27MB  3.5s
0m34m => => sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f 142B / 142B  3.4s
0m34m => => extracting sha256:e3143549f2b8b3ad8d79efdc47824641c6771796b3770f3c  1.1s
0m34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb91  1.1s
34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 13.8s (4/21)                                        docker:default
 => [ 1/17] FROM docker.io/library/ruby:3.4@sha256:88ce517a2537f1255e97d  13.3s
34m => => sha256:5469aec47eb87662634e10deea4771bd3fb19540c 42.27MB / 42.27MB  3.5s
0m34m => => sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f 142B / 142B  3.4s
0m34m => => extracting sha256:e3143549f2b8b3ad8d79efdc47824641c6771796b3770f3c  1.1s
0m34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb91  1.2s
34m =&gt; [internal] load build context                                          0.1s
0m34m =&gt; =&gt; transferring context: 81.37kB                                       0.0s
0m?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 13.9s (4/21)                                        docker:default
 =&gt; [ 1/17] FROM docker.io/library/ruby:3.4@sha256:88ce517a2537f1255e97d  13.5s
34m =&gt; =&gt; sha256:5469aec47eb87662634e10deea4771bd3fb19540c 42.27MB / 42.27MB  3.5s
0m34m => => sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f 142B / 142B  3.4s
0m34m => => extracting sha256:e3143549f2b8b3ad8d79efdc47824641c6771796b3770f3c  1.1s
0m34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb91  1.4s
34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 13.9s (4/21)                                        docker:default
 => [ 1/17] FROM docker.io/library/ruby:3.4@sha256:88ce517a2537f1255e97d  13.5s
34m => => sha256:5469aec47eb87662634e10deea4771bd3fb19540c 42.27MB / 42.27MB  3.5s
0m34m => => sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f 142B / 142B  3.4s
0m34m => => extracting sha256:e3143549f2b8b3ad8d79efdc47824641c6771796b3770f3c  1.1s
0m34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb91  1.4s
34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 14.1s (4/21)                                        docker:default
 => [ 1/17] FROM docker.io/library/ruby:3.4@sha256:88ce517a2537f1255e97d  13.6s
34m => => sha256:5469aec47eb87662634e10deea4771bd3fb19540c 42.27MB / 42.27MB  3.5s
0m34m => => sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f 142B / 142B  3.4s
0m34m => => extracting sha256:e3143549f2b8b3ad8d79efdc47824641c6771796b3770f3c  1.1s
0m34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb91  1.5s
34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 14.1s (4/21)                                        docker:default
 => [ 1/17] FROM docker.io/library/ruby:3.4@sha256:88ce517a2537f1255e97d  13.6s
34m => => sha256:5469aec47eb87662634e10deea4771bd3fb19540c 42.27MB / 42.27MB  3.5s
0m34m => => sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f 142B / 142B  3.4s
0m34m => => extracting sha256:e3143549f2b8b3ad8d79efdc47824641c6771796b3770f3c  1.1s
0m34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb91  1.5s
34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 14.2s (4/21)                                        docker:default
 => [ 1/17] FROM docker.io/library/ruby:3.4@sha256:88ce517a2537f1255e97d  13.8s
34m => => sha256:5469aec47eb87662634e10deea4771bd3fb19540c 42.27MB / 42.27MB  3.5s
0m34m => => sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f 142B / 142B  3.4s
0m34m => => extracting sha256:e3143549f2b8b3ad8d79efdc47824641c6771796b3770f3c  1.1s
0m34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb91  1.7s
34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 14.2s (4/21)                                        docker:default
 => [ 1/17] FROM docker.io/library/ruby:3.4@sha256:88ce517a2537f1255e97d  13.8s
34m => => sha256:5469aec47eb87662634e10deea4771bd3fb19540c 42.27MB / 42.27MB  3.5s
0m34m => => sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f 142B / 142B  3.4s
0m34m => => extracting sha256:e3143549f2b8b3ad8d79efdc47824641c6771796b3770f3c  1.1s
0m34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb91  1.7s
34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 14.4s (4/21)                                        docker:default
 => [ 1/17] FROM docker.io/library/ruby:3.4@sha256:88ce517a2537f1255e97d  13.9s
34m => => sha256:5469aec47eb87662634e10deea4771bd3fb19540c 42.27MB / 42.27MB  3.5s
0m34m => => sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f 142B / 142B  3.4s
0m34m => => extracting sha256:e3143549f2b8b3ad8d79efdc47824641c6771796b3770f3c  1.1s
0m34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb91  1.9s
34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 14.4s (4/21)                                        docker:default
 => [ 1/17] FROM docker.io/library/ruby:3.4@sha256:88ce517a2537f1255e97d  14.0s
34m => => sha256:5469aec47eb87662634e10deea4771bd3fb19540c 42.27MB / 42.27MB  3.5s
0m34m => => sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f 142B / 142B  3.4s
0m34m => => extracting sha256:e3143549f2b8b3ad8d79efdc47824641c6771796b3770f3c  1.1s
0m34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb91  1.9s
34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 14.6s (4/21)                                        docker:default
 => [ 1/17] FROM docker.io/library/ruby:3.4@sha256:88ce517a2537f1255e97d  14.1s
34m => => sha256:5469aec47eb87662634e10deea4771bd3fb19540c 42.27MB / 42.27MB  3.5s
0m34m => => sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f 142B / 142B  3.4s
0m34m => => extracting sha256:e3143549f2b8b3ad8d79efdc47824641c6771796b3770f3c  1.1s
0m34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb91  2.0s
34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 14.7s (4/21)                                        docker:default
 => [ 1/17] FROM docker.io/library/ruby:3.4@sha256:88ce517a2537f1255e97d  14.2s
34m => => sha256:5469aec47eb87662634e10deea4771bd3fb19540c 42.27MB / 42.27MB  3.5s
0m34m => => sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f 142B / 142B  3.4s
0m34m => => extracting sha256:e3143549f2b8b3ad8d79efdc47824641c6771796b3770f3c  1.1s
0m34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb91  2.1s
34m =&gt; [internal] load build context                                          0.1s
0m34m =&gt; =&gt; transferring context: 81.37kB                                       0.0s
0m?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 14.8s (4/21)                                        docker:default
 =&gt; [ 1/17] FROM docker.io/library/ruby:3.4@sha256:88ce517a2537f1255e97d  14.3s
34m =&gt; =&gt; sha256:5469aec47eb87662634e10deea4771bd3fb19540c 42.27MB / 42.27MB  3.5s
0m34m => => sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f 142B / 142B  3.4s
0m34m => => extracting sha256:e3143549f2b8b3ad8d79efdc47824641c6771796b3770f3c  1.1s
0m34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb91  2.3s
34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 14.9s (4/21)                                        docker:default
 => [ 1/17] FROM docker.io/library/ruby:3.4@sha256:88ce517a2537f1255e97d  14.5s
34m => => sha256:5469aec47eb87662634e10deea4771bd3fb19540c 42.27MB / 42.27MB  3.5s
0m34m => => sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f 142B / 142B  3.4s
0m34m => => extracting sha256:e3143549f2b8b3ad8d79efdc47824641c6771796b3770f3c  1.1s
0m34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb91  2.4s
34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 15.1s (4/21)                                        docker:default
 => [ 1/17] FROM docker.io/library/ruby:3.4@sha256:88ce517a2537f1255e97d  14.6s
34m => => sha256:5469aec47eb87662634e10deea4771bd3fb19540c 42.27MB / 42.27MB  3.5s
0m34m => => sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f 142B / 142B  3.4s
0m34m => => extracting sha256:e3143549f2b8b3ad8d79efdc47824641c6771796b3770f3c  1.1s
0m34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb91  2.5s
34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 15.1s (4/21)                                        docker:default
 => [ 1/17] FROM docker.io/library/ruby:3.4@sha256:88ce517a2537f1255e97d  14.6s
34m => => sha256:5469aec47eb87662634e10deea4771bd3fb19540c 42.27MB / 42.27MB  3.5s
0m34m => => sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f 142B / 142B  3.4s
0m34m => => extracting sha256:e3143549f2b8b3ad8d79efdc47824641c6771796b3770f3c  1.1s
0m34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb91  2.5s
34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 15.2s (4/21)                                        docker:default
 => [ 1/17] FROM docker.io/library/ruby:3.4@sha256:88ce517a2537f1255e97d  14.7s
34m => => sha256:5469aec47eb87662634e10deea4771bd3fb19540c 42.27MB / 42.27MB  3.5s
0m34m => => sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f 142B / 142B  3.4s
0m34m => => extracting sha256:e3143549f2b8b3ad8d79efdc47824641c6771796b3770f3c  1.1s
0m34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb91  2.6s
34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 15.3s (4/21)                                        docker:default
 => [ 1/17] FROM docker.io/library/ruby:3.4@sha256:88ce517a2537f1255e97d  14.8s
34m => => sha256:5469aec47eb87662634e10deea4771bd3fb19540c 42.27MB / 42.27MB  3.5s
0m34m => => sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f 142B / 142B  3.4s
0m34m => => extracting sha256:e3143549f2b8b3ad8d79efdc47824641c6771796b3770f3c  1.1s
0m34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb91  2.8s
34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 15.4s (4/21)                                        docker:default
 => [ 1/17] FROM docker.io/library/ruby:3.4@sha256:88ce517a2537f1255e97d  14.9s
34m => => sha256:5469aec47eb87662634e10deea4771bd3fb19540c 42.27MB / 42.27MB  3.5s
0m34m => => sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f 142B / 142B  3.4s
0m34m => => extracting sha256:e3143549f2b8b3ad8d79efdc47824641c6771796b3770f3c  1.1s
0m34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb91  2.9s
34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 15.5s (4/21)                                        docker:default
 => [ 1/17] FROM docker.io/library/ruby:3.4@sha256:88ce517a2537f1255e97d  15.1s
34m => => sha256:5469aec47eb87662634e10deea4771bd3fb19540c 42.27MB / 42.27MB  3.5s
0m34m => => sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f 142B / 142B  3.4s
0m34m => => extracting sha256:e3143549f2b8b3ad8d79efdc47824641c6771796b3770f3c  1.1s
0m34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb91  3.0s
34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 15.6s (4/21)                                        docker:default
 => [ 1/17] FROM docker.io/library/ruby:3.4@sha256:88ce517a2537f1255e97d  15.2s
34m => => sha256:5469aec47eb87662634e10deea4771bd3fb19540c 42.27MB / 42.27MB  3.5s
0m34m => => sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f 142B / 142B  3.4s
0m34m => => extracting sha256:e3143549f2b8b3ad8d79efdc47824641c6771796b3770f3c  1.1s
0m34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb91  3.1s
34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 15.7s (4/21)                                        docker:default
 => [ 1/17] FROM docker.io/library/ruby:3.4@sha256:88ce517a2537f1255e97d  15.3s
34m => => sha256:5469aec47eb87662634e10deea4771bd3fb19540c 42.27MB / 42.27MB  3.5s
0m34m => => sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f 142B / 142B  3.4s
0m34m => => extracting sha256:e3143549f2b8b3ad8d79efdc47824641c6771796b3770f3c  1.1s
0m34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb91  3.2s
34m =&gt; [internal] load build context                                          0.1s
0m34m =&gt; =&gt; transferring context: 81.37kB                                       0.0s
0m?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 15.8s (4/21)                                        docker:default
 =&gt; [ 1/17] FROM docker.io/library/ruby:3.4@sha256:88ce517a2537f1255e97d  15.4s
34m => => sha256:5469aec47eb87662634e10deea4771bd3fb19540c 42.27MB / 42.27MB  3.5s
0m34m => => sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f 142B / 142B  3.4s
0m34m => => extracting sha256:e3143549f2b8b3ad8d79efdc47824641c6771796b3770f3c  1.1s
0m34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb91  3.3s
34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 16.0s (4/21)                                        docker:default
 => [ 1/17] FROM docker.io/library/ruby:3.4@sha256:88ce517a2537f1255e97d  15.5s
34m => => sha256:5469aec47eb87662634e10deea4771bd3fb19540c 42.27MB / 42.27MB  3.5s
0m34m => => sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f 142B / 142B  3.4s
0m34m => => extracting sha256:e3143549f2b8b3ad8d79efdc47824641c6771796b3770f3c  1.1s
0m34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb91  3.4s
34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 16.1s (4/21)                                        docker:default
 => [ 1/17] FROM docker.io/library/ruby:3.4@sha256:88ce517a2537f1255e97d  15.6s
34m => => sha256:5469aec47eb87662634e10deea4771bd3fb19540c 42.27MB / 42.27MB  3.5s
0m34m => => sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f 142B / 142B  3.4s
0m34m => => extracting sha256:e3143549f2b8b3ad8d79efdc47824641c6771796b3770f3c  1.1s
0m34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb91  3.5s
34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 16.2s (4/21)                                        docker:default
 => [ 1/17] FROM docker.io/library/ruby:3.4@sha256:88ce517a2537f1255e97d  15.7s
34m => => sha256:5469aec47eb87662634e10deea4771bd3fb19540c 42.27MB / 42.27MB  3.5s
0m34m => => sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f 142B / 142B  3.4s
0m34m => => extracting sha256:e3143549f2b8b3ad8d79efdc47824641c6771796b3770f3c  1.1s
0m34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb91  3.7s
34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 16.3s (4/21)                                        docker:default
 => [ 1/17] FROM docker.io/library/ruby:3.4@sha256:88ce517a2537f1255e97d  15.8s
34m => => sha256:5469aec47eb87662634e10deea4771bd3fb19540c 42.27MB / 42.27MB  3.5s
0m34m => => sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f 142B / 142B  3.4s
0m34m => => extracting sha256:e3143549f2b8b3ad8d79efdc47824641c6771796b3770f3c  1.1s
0m34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb91  3.8s
34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 16.4s (4/21)                                        docker:default
 => [ 1/17] FROM docker.io/library/ruby:3.4@sha256:88ce517a2537f1255e97d  16.0s
34m => => sha256:5469aec47eb87662634e10deea4771bd3fb19540c 42.27MB / 42.27MB  3.5s
0m34m => => sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f 142B / 142B  3.4s
0m34m => => extracting sha256:e3143549f2b8b3ad8d79efdc47824641c6771796b3770f3c  1.1s
0m34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb91  3.9s
34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 16.5s (4/21)                                        docker:default
 => [ 1/17] FROM docker.io/library/ruby:3.4@sha256:88ce517a2537f1255e97d  16.1s
34m => => sha256:5469aec47eb87662634e10deea4771bd3fb19540c 42.27MB / 42.27MB  3.5s
0m34m => => sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f 142B / 142B  3.4s
0m34m => => extracting sha256:e3143549f2b8b3ad8d79efdc47824641c6771796b3770f3c  1.1s
0m34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb91  4.0s
34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 16.6s (4/21)                                        docker:default
 => [ 1/17] FROM docker.io/library/ruby:3.4@sha256:88ce517a2537f1255e97d  16.2s
34m => => sha256:5469aec47eb87662634e10deea4771bd3fb19540c 42.27MB / 42.27MB  3.5s
0m34m => => sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f 142B / 142B  3.4s
0m34m => => extracting sha256:e3143549f2b8b3ad8d79efdc47824641c6771796b3770f3c  1.1s
0m34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb91  4.1s
34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 16.7s (4/21)                                        docker:default
 => [ 1/17] FROM docker.io/library/ruby:3.4@sha256:88ce517a2537f1255e97d  16.3s
34m => => sha256:5469aec47eb87662634e10deea4771bd3fb19540c 42.27MB / 42.27MB  3.5s
0m34m => => sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f 142B / 142B  3.4s
0m34m => => extracting sha256:e3143549f2b8b3ad8d79efdc47824641c6771796b3770f3c  1.1s
0m34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb91  4.2s
34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 16.8s (4/21)                                        docker:default
 => [ 1/17] FROM docker.io/library/ruby:3.4@sha256:88ce517a2537f1255e97d  16.4s
34m => => sha256:5469aec47eb87662634e10deea4771bd3fb19540c 42.27MB / 42.27MB  3.5s
0m34m => => sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f 142B / 142B  3.4s
0m34m => => extracting sha256:e3143549f2b8b3ad8d79efdc47824641c6771796b3770f3c  1.1s
0m34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m =&gt; =&gt; extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb91  4.3s
34m =&gt; [internal] load build context                                          0.1s
0m34m =&gt; =&gt; transferring context: 81.37kB                                       0.0s
0m?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 16.9s (4/21)                                        docker:default
 =&gt; [ 1/17] FROM docker.io/library/ruby:3.4@sha256:88ce517a2537f1255e97d  16.5s
34m => => sha256:5469aec47eb87662634e10deea4771bd3fb19540c 42.27MB / 42.27MB  3.5s
0m34m => => sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f 142B / 142B  3.4s
0m34m => => extracting sha256:e3143549f2b8b3ad8d79efdc47824641c6771796b3770f3c  1.1s
0m34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb91  4.4s
34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 17.1s (4/21)                                        docker:default
 => [ 1/17] FROM docker.io/library/ruby:3.4@sha256:88ce517a2537f1255e97d  16.6s
34m => => sha256:5469aec47eb87662634e10deea4771bd3fb19540c 42.27MB / 42.27MB  3.5s
0m34m => => sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f 142B / 142B  3.4s
0m34m => => extracting sha256:e3143549f2b8b3ad8d79efdc47824641c6771796b3770f3c  1.1s
0m34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb91  4.5s
34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 17.2s (4/21)                                        docker:default
 => [ 1/17] FROM docker.io/library/ruby:3.4@sha256:88ce517a2537f1255e97d  16.7s
34m => => sha256:5469aec47eb87662634e10deea4771bd3fb19540c 42.27MB / 42.27MB  3.5s
0m34m => => sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f 142B / 142B  3.4s
0m34m => => extracting sha256:e3143549f2b8b3ad8d79efdc47824641c6771796b3770f3c  1.1s
0m34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb91  4.6s
34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 17.3s (4/21)                                        docker:default
 => [ 1/17] FROM docker.io/library/ruby:3.4@sha256:88ce517a2537f1255e97d  16.8s
34m => => sha256:5469aec47eb87662634e10deea4771bd3fb19540c 42.27MB / 42.27MB  3.5s
0m34m => => sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f 142B / 142B  3.4s
0m34m => => extracting sha256:e3143549f2b8b3ad8d79efdc47824641c6771796b3770f3c  1.1s
0m34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb91  4.8s
34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 17.4s (4/21)                                        docker:default
 => [ 1/17] FROM docker.io/library/ruby:3.4@sha256:88ce517a2537f1255e97d  16.9s
34m => => sha256:5469aec47eb87662634e10deea4771bd3fb19540c 42.27MB / 42.27MB  3.5s
0m34m => => sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f 142B / 142B  3.4s
0m34m => => extracting sha256:e3143549f2b8b3ad8d79efdc47824641c6771796b3770f3c  1.1s
0m34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb91  4.9s
34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 17.5s (4/21)                                        docker:default
 => [ 1/17] FROM docker.io/library/ruby:3.4@sha256:88ce517a2537f1255e97d  17.1s
34m => => sha256:5469aec47eb87662634e10deea4771bd3fb19540c 42.27MB / 42.27MB  3.5s
0m34m => => sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f 142B / 142B  3.4s
0m34m => => extracting sha256:e3143549f2b8b3ad8d79efdc47824641c6771796b3770f3c  1.1s
0m34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb91  5.0s
34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 17.6s (4/21)                                        docker:default
 => [ 1/17] FROM docker.io/library/ruby:3.4@sha256:88ce517a2537f1255e97d  17.2s
34m => => sha256:5469aec47eb87662634e10deea4771bd3fb19540c 42.27MB / 42.27MB  3.5s
0m34m => => sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f 142B / 142B  3.4s
0m34m => => extracting sha256:e3143549f2b8b3ad8d79efdc47824641c6771796b3770f3c  1.1s
0m34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb91  5.1s
34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 17.7s (4/21)                                        docker:default
 => [ 1/17] FROM docker.io/library/ruby:3.4@sha256:88ce517a2537f1255e97d  17.3s
34m => => sha256:5469aec47eb87662634e10deea4771bd3fb19540c 42.27MB / 42.27MB  3.5s
0m34m => => sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f 142B / 142B  3.4s
0m34m => => extracting sha256:e3143549f2b8b3ad8d79efdc47824641c6771796b3770f3c  1.1s
0m34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb91  5.2s
34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 17.8s (4/21)                                        docker:default
 => [ 1/17] FROM docker.io/library/ruby:3.4@sha256:88ce517a2537f1255e97d  17.4s
34m => => sha256:5469aec47eb87662634e10deea4771bd3fb19540c 42.27MB / 42.27MB  3.5s
0m34m => => sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f 142B / 142B  3.4s
0m34m => => extracting sha256:e3143549f2b8b3ad8d79efdc47824641c6771796b3770f3c  1.1s
0m34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb91  5.3s
34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 18.0s (4/21)                                        docker:default
 => [ 1/17] FROM docker.io/library/ruby:3.4@sha256:88ce517a2537f1255e97d  17.5s
34m => => sha256:5469aec47eb87662634e10deea4771bd3fb19540c 42.27MB / 42.27MB  3.5s
0m34m => => sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f 142B / 142B  3.4s
0m34m => => extracting sha256:e3143549f2b8b3ad8d79efdc47824641c6771796b3770f3c  1.1s
0m34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m =&gt; =&gt; extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb91  5.4s
34m =&gt; [internal] load build context                                          0.1s
0m34m =&gt; =&gt; transferring context: 81.37kB                                       0.0s
0m?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 18.1s (4/21)                                        docker:default
 =&gt; [ 1/17] FROM docker.io/library/ruby:3.4@sha256:88ce517a2537f1255e97d  17.6s
34m => => sha256:5469aec47eb87662634e10deea4771bd3fb19540c 42.27MB / 42.27MB  3.5s
0m34m => => sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f 142B / 142B  3.4s
0m34m => => extracting sha256:e3143549f2b8b3ad8d79efdc47824641c6771796b3770f3c  1.1s
0m34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb91  5.5s
34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 18.2s (4/21)                                        docker:default
 => [ 1/17] FROM docker.io/library/ruby:3.4@sha256:88ce517a2537f1255e97d  17.7s
34m => => sha256:5469aec47eb87662634e10deea4771bd3fb19540c 42.27MB / 42.27MB  3.5s
0m34m => => sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f 142B / 142B  3.4s
0m34m => => extracting sha256:e3143549f2b8b3ad8d79efdc47824641c6771796b3770f3c  1.1s
0m34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb91  5.6s
34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 18.3s (4/21)                                        docker:default
 => [ 1/17] FROM docker.io/library/ruby:3.4@sha256:88ce517a2537f1255e97d  17.8s
34m => => sha256:5469aec47eb87662634e10deea4771bd3fb19540c 42.27MB / 42.27MB  3.5s
0m34m => => sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f 142B / 142B  3.4s
0m34m => => extracting sha256:e3143549f2b8b3ad8d79efdc47824641c6771796b3770f3c  1.1s
0m34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb91  5.8s
34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 18.4s (4/21)                                        docker:default
 => [ 1/17] FROM docker.io/library/ruby:3.4@sha256:88ce517a2537f1255e97d  18.0s
34m => => sha256:5469aec47eb87662634e10deea4771bd3fb19540c 42.27MB / 42.27MB  3.5s
0m34m => => sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f 142B / 142B  3.4s
0m34m => => extracting sha256:e3143549f2b8b3ad8d79efdc47824641c6771796b3770f3c  1.1s
0m34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb91  5.9s
34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 18.5s (4/21)                                        docker:default
 => [ 1/17] FROM docker.io/library/ruby:3.4@sha256:88ce517a2537f1255e97d  18.1s
34m => => sha256:5469aec47eb87662634e10deea4771bd3fb19540c 42.27MB / 42.27MB  3.5s
0m34m => => sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f 142B / 142B  3.4s
0m34m => => extracting sha256:e3143549f2b8b3ad8d79efdc47824641c6771796b3770f3c  1.1s
0m34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb91  6.0s
34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 18.6s (4/21)                                        docker:default
 => [ 1/17] FROM docker.io/library/ruby:3.4@sha256:88ce517a2537f1255e97d  18.2s
34m => => sha256:5469aec47eb87662634e10deea4771bd3fb19540c 42.27MB / 42.27MB  3.5s
0m34m => => sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f 142B / 142B  3.4s
0m34m => => extracting sha256:e3143549f2b8b3ad8d79efdc47824641c6771796b3770f3c  1.1s
0m34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb91  6.1s
34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 18.7s (4/21)                                        docker:default
 => [ 1/17] FROM docker.io/library/ruby:3.4@sha256:88ce517a2537f1255e97d  18.3s
34m => => sha256:5469aec47eb87662634e10deea4771bd3fb19540c 42.27MB / 42.27MB  3.5s
0m34m => => sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f 142B / 142B  3.4s
0m34m => => extracting sha256:e3143549f2b8b3ad8d79efdc47824641c6771796b3770f3c  1.1s
0m34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb91  6.2s
34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 18.9s (4/21)                                        docker:default
 => [ 1/17] FROM docker.io/library/ruby:3.4@sha256:88ce517a2537f1255e97d  18.4s
34m => => sha256:5469aec47eb87662634e10deea4771bd3fb19540c 42.27MB / 42.27MB  3.5s
0m34m => => sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f 142B / 142B  3.4s
0m34m => => extracting sha256:e3143549f2b8b3ad8d79efdc47824641c6771796b3770f3c  1.1s
0m34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb91  6.3s
34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 19.0s (4/21)                                        docker:default
 => [ 1/17] FROM docker.io/library/ruby:3.4@sha256:88ce517a2537f1255e97d  18.5s
34m => => sha256:5469aec47eb87662634e10deea4771bd3fb19540c 42.27MB / 42.27MB  3.5s
0m34m => => sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f 142B / 142B  3.4s
0m34m => => extracting sha256:e3143549f2b8b3ad8d79efdc47824641c6771796b3770f3c  1.1s
0m34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb91  6.4s
34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 19.1s (4/21)                                        docker:default
 => [ 1/17] FROM docker.io/library/ruby:3.4@sha256:88ce517a2537f1255e97d  18.6s
34m => => sha256:5469aec47eb87662634e10deea4771bd3fb19540c 42.27MB / 42.27MB  3.5s
0m34m => => sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f 142B / 142B  3.4s
0m34m => => extracting sha256:e3143549f2b8b3ad8d79efdc47824641c6771796b3770f3c  1.1s
0m34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m =&gt; =&gt; extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb91  6.5s
34m =&gt; [internal] load build context                                          0.1s
0m34m =&gt; =&gt; transferring context: 81.37kB                                       0.0s
0m?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 19.2s (4/21)                                        docker:default
 => [ 1/17] FROM docker.io/library/ruby:3.4@sha256:88ce517a2537f1255e97d  18.7s
34m => => sha256:5469aec47eb87662634e10deea4771bd3fb19540c 42.27MB / 42.27MB  3.5s
0m34m => => sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f 142B / 142B  3.4s
0m34m => => extracting sha256:e3143549f2b8b3ad8d79efdc47824641c6771796b3770f3c  1.1s
0m34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb91  6.7s
34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 19.3s (4/21)                                        docker:default
 => [ 1/17] FROM docker.io/library/ruby:3.4@sha256:88ce517a2537f1255e97d  18.9s
34m => => sha256:5469aec47eb87662634e10deea4771bd3fb19540c 42.27MB / 42.27MB  3.5s
0m34m => => sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f 142B / 142B  3.4s
0m34m => => extracting sha256:e3143549f2b8b3ad8d79efdc47824641c6771796b3770f3c  1.1s
0m34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb91  6.8s
34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 19.4s (4/21)                                        docker:default
 => [ 1/17] FROM docker.io/library/ruby:3.4@sha256:88ce517a2537f1255e97d  19.0s
34m => => sha256:5469aec47eb87662634e10deea4771bd3fb19540c 42.27MB / 42.27MB  3.5s
0m34m => => sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f 142B / 142B  3.4s
0m34m => => extracting sha256:e3143549f2b8b3ad8d79efdc47824641c6771796b3770f3c  1.1s
0m34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb91  6.9s
34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 19.5s (4/21)                                        docker:default
 => [ 1/17] FROM docker.io/library/ruby:3.4@sha256:88ce517a2537f1255e97d  19.1s
34m => => sha256:5469aec47eb87662634e10deea4771bd3fb19540c 42.27MB / 42.27MB  3.5s
0m34m => => sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f 142B / 142B  3.4s
0m34m => => extracting sha256:e3143549f2b8b3ad8d79efdc47824641c6771796b3770f3c  1.1s
0m34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb91  7.0s
34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 19.6s (4/21)                                        docker:default
 => [ 1/17] FROM docker.io/library/ruby:3.4@sha256:88ce517a2537f1255e97d  19.2s
34m => => sha256:5469aec47eb87662634e10deea4771bd3fb19540c 42.27MB / 42.27MB  3.5s
0m34m => => sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f 142B / 142B  3.4s
0m34m => => extracting sha256:e3143549f2b8b3ad8d79efdc47824641c6771796b3770f3c  1.1s
0m34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb91  7.1s
34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 19.7s (4/21)                                        docker:default
 => [ 1/17] FROM docker.io/library/ruby:3.4@sha256:88ce517a2537f1255e97d  19.3s
34m => => sha256:5469aec47eb87662634e10deea4771bd3fb19540c 42.27MB / 42.27MB  3.5s
0m34m => => sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f 142B / 142B  3.4s
0m34m => => extracting sha256:e3143549f2b8b3ad8d79efdc47824641c6771796b3770f3c  1.1s
0m34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb91  7.2s
34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 19.9s (4/21)                                        docker:default
 => [ 1/17] FROM docker.io/library/ruby:3.4@sha256:88ce517a2537f1255e97d  19.4s
34m => => sha256:5469aec47eb87662634e10deea4771bd3fb19540c 42.27MB / 42.27MB  3.5s
0m34m => => sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f 142B / 142B  3.4s
0m34m => => extracting sha256:e3143549f2b8b3ad8d79efdc47824641c6771796b3770f3c  1.1s
0m34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb91  7.3s
34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 20.0s (4/21)                                        docker:default
 => [ 1/17] FROM docker.io/library/ruby:3.4@sha256:88ce517a2537f1255e97d  19.5s
34m => => sha256:5469aec47eb87662634e10deea4771bd3fb19540c 42.27MB / 42.27MB  3.5s
0m34m => => sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f 142B / 142B  3.4s
0m34m => => extracting sha256:e3143549f2b8b3ad8d79efdc47824641c6771796b3770f3c  1.1s
0m34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb91  7.4s
34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 20.1s (4/21)                                        docker:default
 => [ 1/17] FROM docker.io/library/ruby:3.4@sha256:88ce517a2537f1255e97d  19.6s
34m => => sha256:5469aec47eb87662634e10deea4771bd3fb19540c 42.27MB / 42.27MB  3.5s
0m34m => => sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f 142B / 142B  3.4s
0m34m => => extracting sha256:e3143549f2b8b3ad8d79efdc47824641c6771796b3770f3c  1.1s
0m34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb91  7.6s
34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 20.2s (4/21)                                        docker:default
 => [ 1/17] FROM docker.io/library/ruby:3.4@sha256:88ce517a2537f1255e97d  19.7s
34m => => sha256:5469aec47eb87662634e10deea4771bd3fb19540c 42.27MB / 42.27MB  3.5s
0m34m => => sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f 142B / 142B  3.4s
0m34m => => extracting sha256:e3143549f2b8b3ad8d79efdc47824641c6771796b3770f3c  1.1s
0m34m =&gt; =&gt; extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m =&gt; =&gt; extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb91  7.7s
34m =&gt; [internal] load build context                                          0.1s
0m34m =&gt; =&gt; transferring context: 81.37kB                                       0.0s
0m?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 20.3s (4/21)                                        docker:default
 => [ 1/17] FROM docker.io/library/ruby:3.4@sha256:88ce517a2537f1255e97d  19.8s
34m => => sha256:5469aec47eb87662634e10deea4771bd3fb19540c 42.27MB / 42.27MB  3.5s
0m34m => => sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f 142B / 142B  3.4s
0m34m => => extracting sha256:e3143549f2b8b3ad8d79efdc47824641c6771796b3770f3c  1.1s
0m34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb91  7.8s
34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 20.4s (4/21)                                        docker:default
 => [ 1/17] FROM docker.io/library/ruby:3.4@sha256:88ce517a2537f1255e97d  20.0s
34m => => sha256:5469aec47eb87662634e10deea4771bd3fb19540c 42.27MB / 42.27MB  3.5s
0m34m => => sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f 142B / 142B  3.4s
0m34m => => extracting sha256:e3143549f2b8b3ad8d79efdc47824641c6771796b3770f3c  1.1s
0m34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb91  7.9s
34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 20.5s (4/21)                                        docker:default
 => [ 1/17] FROM docker.io/library/ruby:3.4@sha256:88ce517a2537f1255e97d  20.1s
34m => => sha256:5469aec47eb87662634e10deea4771bd3fb19540c 42.27MB / 42.27MB  3.5s
0m34m => => sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f 142B / 142B  3.4s
0m34m => => extracting sha256:e3143549f2b8b3ad8d79efdc47824641c6771796b3770f3c  1.1s
0m34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb91  8.0s
34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 20.6s (4/21)                                        docker:default
 => [ 1/17] FROM docker.io/library/ruby:3.4@sha256:88ce517a2537f1255e97d  20.2s
34m => => sha256:5469aec47eb87662634e10deea4771bd3fb19540c 42.27MB / 42.27MB  3.5s
0m34m => => sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f 142B / 142B  3.4s
0m34m => => extracting sha256:e3143549f2b8b3ad8d79efdc47824641c6771796b3770f3c  1.1s
0m34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb91  8.1s
34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 20.7s (4/21)                                        docker:default
 => [ 1/17] FROM docker.io/library/ruby:3.4@sha256:88ce517a2537f1255e97d  20.3s
34m => => sha256:5469aec47eb87662634e10deea4771bd3fb19540c 42.27MB / 42.27MB  3.5s
0m34m => => sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f 142B / 142B  3.4s
0m34m => => extracting sha256:e3143549f2b8b3ad8d79efdc47824641c6771796b3770f3c  1.1s
0m34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb91  8.2s
34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 20.8s (4/21)                                        docker:default
 => [ 1/17] FROM docker.io/library/ruby:3.4@sha256:88ce517a2537f1255e97d  20.4s
34m => => sha256:5469aec47eb87662634e10deea4771bd3fb19540c 42.27MB / 42.27MB  3.5s
0m34m => => sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f 142B / 142B  3.4s
0m34m => => extracting sha256:e3143549f2b8b3ad8d79efdc47824641c6771796b3770f3c  1.1s
0m34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb91  8.3s
34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 21.0s (4/21)                                        docker:default
 => [ 1/17] FROM docker.io/library/ruby:3.4@sha256:88ce517a2537f1255e97d  20.5s
34m => => sha256:5469aec47eb87662634e10deea4771bd3fb19540c 42.27MB / 42.27MB  3.5s
0m34m => => sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f 142B / 142B  3.4s
0m34m => => extracting sha256:e3143549f2b8b3ad8d79efdc47824641c6771796b3770f3c  1.1s
0m34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb91  8.4s
34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 21.1s (4/21)                                        docker:default
 => [ 1/17] FROM docker.io/library/ruby:3.4@sha256:88ce517a2537f1255e97d  20.6s
34m => => sha256:5469aec47eb87662634e10deea4771bd3fb19540c 42.27MB / 42.27MB  3.5s
0m34m => => sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f 142B / 142B  3.4s
0m34m => => extracting sha256:e3143549f2b8b3ad8d79efdc47824641c6771796b3770f3c  1.1s
0m34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb91  8.5s
34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 21.2s (4/21)                                        docker:default
 => [ 1/17] FROM docker.io/library/ruby:3.4@sha256:88ce517a2537f1255e97d  20.7s
34m => => sha256:5469aec47eb87662634e10deea4771bd3fb19540c 42.27MB / 42.27MB  3.5s
0m34m => => sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f 142B / 142B  3.4s
0m34m => => extracting sha256:e3143549f2b8b3ad8d79efdc47824641c6771796b3770f3c  1.1s
0m34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb91  8.6s
34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 21.3s (4/21)                                        docker:default
 => [ 1/17] FROM docker.io/library/ruby:3.4@sha256:88ce517a2537f1255e97d  20.8s
34m => => sha256:5469aec47eb87662634e10deea4771bd3fb19540c 42.27MB / 42.27MB  3.5s
0m34m => => sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f 142B / 142B  3.4s
0m34m => => extracting sha256:e3143549f2b8b3ad8d79efdc47824641c6771796b3770f3c  1.1s
0m34m =&gt; =&gt; extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m =&gt; =&gt; extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb91  8.7s
34m =&gt; [internal] load build context                                          0.1s
0m34m =&gt; =&gt; transferring context: 81.37kB                                       0.0s
0m?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 21.4s (4/21)                                        docker:default
 => [ 1/17] FROM docker.io/library/ruby:3.4@sha256:88ce517a2537f1255e97d  20.9s
34m => => sha256:5469aec47eb87662634e10deea4771bd3fb19540c 42.27MB / 42.27MB  3.5s
0m34m => => sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f 142B / 142B  3.4s
0m34m => => extracting sha256:e3143549f2b8b3ad8d79efdc47824641c6771796b3770f3c  1.1s
0m34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb91  8.9s
34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 21.5s (4/21)                                        docker:default
 => [ 1/17] FROM docker.io/library/ruby:3.4@sha256:88ce517a2537f1255e97d  21.1s
34m => => sha256:5469aec47eb87662634e10deea4771bd3fb19540c 42.27MB / 42.27MB  3.5s
0m34m => => sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f 142B / 142B  3.4s
0m34m => => extracting sha256:e3143549f2b8b3ad8d79efdc47824641c6771796b3770f3c  1.1s
0m34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb91  9.0s
34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 21.6s (4/21)                                        docker:default
 => [ 1/17] FROM docker.io/library/ruby:3.4@sha256:88ce517a2537f1255e97d  21.2s
34m => => sha256:5469aec47eb87662634e10deea4771bd3fb19540c 42.27MB / 42.27MB  3.5s
0m34m => => sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f 142B / 142B  3.4s
0m34m => => extracting sha256:e3143549f2b8b3ad8d79efdc47824641c6771796b3770f3c  1.1s
0m34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb91  9.1s
34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 21.7s (4/21)                                        docker:default
 => [ 1/17] FROM docker.io/library/ruby:3.4@sha256:88ce517a2537f1255e97d  21.3s
34m => => sha256:5469aec47eb87662634e10deea4771bd3fb19540c 42.27MB / 42.27MB  3.5s
0m34m => => sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f 142B / 142B  3.4s
0m34m => => extracting sha256:e3143549f2b8b3ad8d79efdc47824641c6771796b3770f3c  1.1s
0m34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb91  9.2s
34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 21.8s (4/21)                                        docker:default
 => [ 1/17] FROM docker.io/library/ruby:3.4@sha256:88ce517a2537f1255e97d  21.4s
34m => => sha256:5469aec47eb87662634e10deea4771bd3fb19540c 42.27MB / 42.27MB  3.5s
0m34m => => sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f 142B / 142B  3.4s
0m34m => => extracting sha256:e3143549f2b8b3ad8d79efdc47824641c6771796b3770f3c  1.1s
0m34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb91  9.3s
34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 22.0s (4/21)                                        docker:default
 => [ 1/17] FROM docker.io/library/ruby:3.4@sha256:88ce517a2537f1255e97d  21.5s
34m => => sha256:5469aec47eb87662634e10deea4771bd3fb19540c 42.27MB / 42.27MB  3.5s
0m34m => => sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f 142B / 142B  3.4s
0m34m => => extracting sha256:e3143549f2b8b3ad8d79efdc47824641c6771796b3770f3c  1.1s
0m34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb91  9.5s
34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 22.1s (4/21)                                        docker:default
 => [ 1/17] FROM docker.io/library/ruby:3.4@sha256:88ce517a2537f1255e97d  21.7s
34m => => sha256:5469aec47eb87662634e10deea4771bd3fb19540c 42.27MB / 42.27MB  3.5s
0m34m => => sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f 142B / 142B  3.4s
0m34m => => extracting sha256:e3143549f2b8b3ad8d79efdc47824641c6771796b3770f3c  1.1s
0m34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb91  9.6s
34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 22.2s (4/21)                                        docker:default
 => [ 1/17] FROM docker.io/library/ruby:3.4@sha256:88ce517a2537f1255e97d  21.8s
34m => => sha256:5469aec47eb87662634e10deea4771bd3fb19540c 42.27MB / 42.27MB  3.5s
0m34m => => sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f 142B / 142B  3.4s
0m34m => => extracting sha256:e3143549f2b8b3ad8d79efdc47824641c6771796b3770f3c  1.1s
0m34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb91  9.7s
34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 22.3s (4/21)                                        docker:default
 => [ 1/17] FROM docker.io/library/ruby:3.4@sha256:88ce517a2537f1255e97d  21.9s
34m => => sha256:5469aec47eb87662634e10deea4771bd3fb19540c 42.27MB / 42.27MB  3.5s
0m34m => => sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f 142B / 142B  3.4s
0m34m => => extracting sha256:e3143549f2b8b3ad8d79efdc47824641c6771796b3770f3c  1.1s
0m34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb91  9.8s
34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 22.4s (4/21)                                        docker:default
 => [ 1/17] FROM docker.io/library/ruby:3.4@sha256:88ce517a2537f1255e97d  22.0s
34m => => sha256:5469aec47eb87662634e10deea4771bd3fb19540c 42.27MB / 42.27MB  3.5s
0m34m => => sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f 142B / 142B  3.4s
0m34m =&gt; =&gt; extracting sha256:e3143549f2b8b3ad8d79efdc47824641c6771796b3770f3c  1.1s
0m34m =&gt; =&gt; extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m =&gt; =&gt; extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb91  9.9s
34m =&gt; [internal] load build context                                          0.1s
0m34m =&gt; =&gt; transferring context: 81.37kB                                       0.0s
0m?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 22.6s (4/21)                                        docker:default
 => [ 1/17] FROM docker.io/library/ruby:3.4@sha256:88ce517a2537f1255e97d  22.1s
34m => => sha256:5469aec47eb87662634e10deea4771bd3fb19540c 42.27MB / 42.27MB  3.5s
0m34m => => sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f 142B / 142B  3.4s
0m34m => => extracting sha256:e3143549f2b8b3ad8d79efdc47824641c6771796b3770f3c  1.1s
0m34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  10.0s
34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 22.7s (4/21)                                        docker:default
 => [ 1/17] FROM docker.io/library/ruby:3.4@sha256:88ce517a2537f1255e97d  22.2s
34m => => sha256:5469aec47eb87662634e10deea4771bd3fb19540c 42.27MB / 42.27MB  3.5s
0m34m => => sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f 142B / 142B  3.4s
0m34m => => extracting sha256:e3143549f2b8b3ad8d79efdc47824641c6771796b3770f3c  1.1s
0m34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  10.1s
34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 22.8s (4/21)                                        docker:default
 => [ 1/17] FROM docker.io/library/ruby:3.4@sha256:88ce517a2537f1255e97d  22.4s
34m => => sha256:5469aec47eb87662634e10deea4771bd3fb19540c 42.27MB / 42.27MB  3.5s
0m34m => => sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f 142B / 142B  3.4s
0m34m => => extracting sha256:e3143549f2b8b3ad8d79efdc47824641c6771796b3770f3c  1.1s
0m34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  10.3s
34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 22.8s (4/21)                                        docker:default
 => [ 1/17] FROM docker.io/library/ruby:3.4@sha256:88ce517a2537f1255e97d  22.4s
34m => => sha256:5469aec47eb87662634e10deea4771bd3fb19540c 42.27MB / 42.27MB  3.5s
0m34m => => sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f 142B / 142B  3.4s
0m34m => => extracting sha256:e3143549f2b8b3ad8d79efdc47824641c6771796b3770f3c  1.1s
0m34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  10.3s
34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 22.9s (4/21)                                        docker:default
 => [ 1/17] FROM docker.io/library/ruby:3.4@sha256:88ce517a2537f1255e97d  22.5s
34m => => sha256:5469aec47eb87662634e10deea4771bd3fb19540c 42.27MB / 42.27MB  3.5s
0m34m => => sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f 142B / 142B  3.4s
0m34m => => extracting sha256:e3143549f2b8b3ad8d79efdc47824641c6771796b3770f3c  1.1s
0m34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  10.4s
34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 23.1s (4/21)                                        docker:default
 => [ 1/17] FROM docker.io/library/ruby:3.4@sha256:88ce517a2537f1255e97d  22.6s
34m => => sha256:5469aec47eb87662634e10deea4771bd3fb19540c 42.27MB / 42.27MB  3.5s
0m34m => => sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f 142B / 142B  3.4s
0m34m => => extracting sha256:e3143549f2b8b3ad8d79efdc47824641c6771796b3770f3c  1.1s
0m34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  10.5s
34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 23.1s (4/21)                                        docker:default
 => [ 1/17] FROM docker.io/library/ruby:3.4@sha256:88ce517a2537f1255e97d  22.6s
34m => => sha256:5469aec47eb87662634e10deea4771bd3fb19540c 42.27MB / 42.27MB  3.5s
0m34m => => sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f 142B / 142B  3.4s
0m34m => => extracting sha256:e3143549f2b8b3ad8d79efdc47824641c6771796b3770f3c  1.1s
0m34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  10.6s
34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 23.2s (4/21)                                        docker:default
 => [ 1/17] FROM docker.io/library/ruby:3.4@sha256:88ce517a2537f1255e97d  22.8s
34m => => sha256:5469aec47eb87662634e10deea4771bd3fb19540c 42.27MB / 42.27MB  3.5s
0m34m => => sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f 142B / 142B  3.4s
0m34m => => extracting sha256:e3143549f2b8b3ad8d79efdc47824641c6771796b3770f3c  1.1s
0m34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  10.7s
34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 23.4s (4/21)                                        docker:default
 => [ 1/17] FROM docker.io/library/ruby:3.4@sha256:88ce517a2537f1255e97d  22.9s
34m => => sha256:5469aec47eb87662634e10deea4771bd3fb19540c 42.27MB / 42.27MB  3.5s
0m34m => => sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f 142B / 142B  3.4s
0m34m => => extracting sha256:e3143549f2b8b3ad8d79efdc47824641c6771796b3770f3c  1.1s
0m34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  10.8s
34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 23.5s (4/21)                                        docker:default
 => [ 1/17] FROM docker.io/library/ruby:3.4@sha256:88ce517a2537f1255e97d  23.0s
34m => => sha256:5469aec47eb87662634e10deea4771bd3fb19540c 42.27MB / 42.27MB  3.5s
0m34m => => sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f 142B / 142B  3.4s
0m34m =&gt; =&gt; extracting sha256:e3143549f2b8b3ad8d79efdc47824641c6771796b3770f3c  1.1s
0m34m =&gt; =&gt; extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m =&gt; =&gt; extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  10.9s
34m =&gt; [internal] load build context                                          0.1s
0m34m =&gt; =&gt; transferring context: 81.37kB                                       0.0s
0m?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 23.6s (4/21)                                        docker:default
 => [ 1/17] FROM docker.io/library/ruby:3.4@sha256:88ce517a2537f1255e97d  23.2s
34m => => sha256:5469aec47eb87662634e10deea4771bd3fb19540c 42.27MB / 42.27MB  3.5s
0m34m => => sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f 142B / 142B  3.4s
0m34m => => extracting sha256:e3143549f2b8b3ad8d79efdc47824641c6771796b3770f3c  1.1s
0m34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.1s
34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 23.7s (4/21)                                        docker:default
 => [ 1/17] FROM docker.io/library/ruby:3.4@sha256:88ce517a2537f1255e97d  23.2s
34m => => sha256:5469aec47eb87662634e10deea4771bd3fb19540c 42.27MB / 42.27MB  3.5s
0m34m => => sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f 142B / 142B  3.4s
0m34m => => extracting sha256:e3143549f2b8b3ad8d79efdc47824641c6771796b3770f3c  1.1s
0m34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.1s
34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 23.8s (4/21)                                        docker:default
 => [ 1/17] FROM docker.io/library/ruby:3.4@sha256:88ce517a2537f1255e97d  23.4s
34m => => sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f 142B / 142B  3.4s
0m34m => => extracting sha256:e3143549f2b8b3ad8d79efdc47824641c6771796b3770f3c  1.1s
0m34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 24.0s (4/21)                                        docker:default
 => [ 1/17] FROM docker.io/library/ruby:3.4@sha256:88ce517a2537f1255e97d  23.5s
34m => => extracting sha256:e3143549f2b8b3ad8d79efdc47824641c6771796b3770f3c  1.1s
0m34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  0.1s
34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 24.1s (4/21)                                        docker:default
 => [ 1/17] FROM docker.io/library/ruby:3.4@sha256:88ce517a2537f1255e97d  23.7s
34m => => extracting sha256:e3143549f2b8b3ad8d79efdc47824641c6771796b3770f3c  1.1s
0m34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  0.2s
34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 24.2s (4/21)                                        docker:default
 => [ 1/17] FROM docker.io/library/ruby:3.4@sha256:88ce517a2537f1255e97d  23.8s
34m => => extracting sha256:e3143549f2b8b3ad8d79efdc47824641c6771796b3770f3c  1.1s
0m34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  0.3s
34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 24.4s (4/21)                                        docker:default
 => [ 1/17] FROM docker.io/library/ruby:3.4@sha256:88ce517a2537f1255e97d  23.9s
34m => => extracting sha256:e3143549f2b8b3ad8d79efdc47824641c6771796b3770f3c  1.1s
0m34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  0.5s
34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 24.4s (4/21)                                        docker:default
 => [ 1/17] FROM docker.io/library/ruby:3.4@sha256:88ce517a2537f1255e97d  23.9s
34m => => extracting sha256:e3143549f2b8b3ad8d79efdc47824641c6771796b3770f3c  1.1s
0m34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  0.5s
34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 24.6s (4/21)                                        docker:default
 => [ 1/17] FROM docker.io/library/ruby:3.4@sha256:88ce517a2537f1255e97d  24.1s
34m => => extracting sha256:e3143549f2b8b3ad8d79efdc47824641c6771796b3770f3c  1.1s
0m34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  0.7s
34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 24.7s (4/21)                                        docker:default
 => [ 1/17] FROM docker.io/library/ruby:3.4@sha256:88ce517a2537f1255e97d  24.2s
34m => => extracting sha256:e3143549f2b8b3ad8d79efdc47824641c6771796b3770f3c  1.1s
0m34m => =&gt; extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m =&gt; =&gt; extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m =&gt; =&gt; extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m =&gt; =&gt; extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  0.8s
34m =&gt; [internal] load build context                                          0.1s
0m34m =&gt; =&gt; transferring context: 81.37kB                                       0.0s
0m?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 24.8s (4/21)                                        docker:default
 => [ 1/17] FROM docker.io/library/ruby:3.4@sha256:88ce517a2537f1255e97d  24.4s
34m => => extracting sha256:e3143549f2b8b3ad8d79efdc47824641c6771796b3770f3c  1.1s
0m34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  0.9s
34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 24.9s (4/21)                                        docker:default
 => [ 1/17] FROM docker.io/library/ruby:3.4@sha256:88ce517a2537f1255e97d  24.5s
34m => => extracting sha256:e3143549f2b8b3ad8d79efdc47824641c6771796b3770f3c  1.1s
0m34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.0s
34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 25.0s (4/21)                                        docker:default
 => [ 1/17] FROM docker.io/library/ruby:3.4@sha256:88ce517a2537f1255e97d  24.6s
34m => => extracting sha256:e3143549f2b8b3ad8d79efdc47824641c6771796b3770f3c  1.1s
0m34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.1s
34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 25.1s (4/21)                                        docker:default
 => [ 1/17] FROM docker.io/library/ruby:3.4@sha256:88ce517a2537f1255e97d  24.7s
34m => => extracting sha256:e3143549f2b8b3ad8d79efdc47824641c6771796b3770f3c  1.1s
0m34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.2s
34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 25.3s (4/21)                                        docker:default
 => [ 1/17] FROM docker.io/library/ruby:3.4@sha256:88ce517a2537f1255e97d  24.8s
34m => => extracting sha256:e3143549f2b8b3ad8d79efdc47824641c6771796b3770f3c  1.1s
0m34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.4s
34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 25.4s (4/21)                                        docker:default
 => [ 1/17] FROM docker.io/library/ruby:3.4@sha256:88ce517a2537f1255e97d  24.9s
34m => => extracting sha256:e3143549f2b8b3ad8d79efdc47824641c6771796b3770f3c  1.1s
0m34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 25.6s (4/21)                                        docker:default
 => [ 1/17] FROM docker.io/library/ruby:3.4@sha256:88ce517a2537f1255e97d  25.2s
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 25.7s (5/21)                                        docker:default
34m => => extracting sha256:e3143549f2b8b3ad8d79efdc47824641c6771796b3770f3c  1.1s
0m34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 25.9s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install -  0.1s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 26.0s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m =&gt; =&gt; extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m =&gt; =&gt; extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m =&gt; =&gt; extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m =&gt; =&gt; extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m =&gt; [internal] load build context                                          0.1s
0m34m =&gt; =&gt; transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install -  0.3s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 26.2s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install -  0.4s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 26.3s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install -  0.6s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 26.5s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install -  0.7s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 26.6s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install -  0.9s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 26.7s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install -  1.0s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 26.9s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install -  1.2s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 27.1s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install -  1.3s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 27.2s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install -  1.5s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 27.4s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install -  1.6s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 27.5s (5/21)                                        docker:default
34m =&gt; =&gt; extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m =&gt; =&gt; extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m =&gt; =&gt; extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m =&gt; =&gt; extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m =&gt; =&gt; extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install -  1.8s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 27.7s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install -  1.9s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 27.8s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install -  2.1s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 28.0s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install -  2.2s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 28.0s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install -  2.3s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 28.1s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install -  2.4s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 28.3s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install -  2.6s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 28.4s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install -  2.7s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 28.6s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install -  2.9s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 28.7s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m =&gt; [ 2/17] RUN apt-get update -y --fix-missing   &amp;&amp; apt-get -y install -  3.0s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 28.9s (5/21)                                        docker:default
34m =&gt; =&gt; extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m =&gt; =&gt; extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m =&gt; =&gt; extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install -  3.1s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 29.0s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install -  3.3s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 29.2s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install -  3.4s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 29.3s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install -  3.6s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 29.4s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install -  3.7s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 29.6s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install -  3.8s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 29.6s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install -  3.9s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 29.7s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install -  4.0s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 29.8s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install -  4.1s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 30.0s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m =&gt; [internal] load build context                                          0.1s
0m34m =&gt; =&gt; transferring context: 81.37kB                                       0.0s
0m =&gt; [ 2/17] RUN apt-get update -y --fix-missing   &amp;&amp; apt-get -y install -  4.2s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 30.1s (5/21)                                        docker:default
34m =&gt; =&gt; extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install -  4.4s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 30.1s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install -  4.4s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 30.2s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install -  4.5s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 30.4s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install -  4.7s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 30.6s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install -  4.8s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 30.6s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install -  4.9s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 30.7s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install -  5.0s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 30.9s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install -  5.1s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 31.1s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install -  5.3s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 31.2s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m =&gt; =&gt; extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m =&gt; =&gt; extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m =&gt; [internal] load build context                                          0.1s
0m34m =&gt; =&gt; transferring context: 81.37kB                                       0.0s
0m =&gt; [ 2/17] RUN apt-get update -y --fix-missing   &amp;&amp; apt-get -y install -  5.5s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 31.3s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install -  5.6s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 31.5s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install -  5.8s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 31.6s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install -  5.9s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 31.8s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install -  6.1s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 31.9s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install -  6.2s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 32.1s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install -  6.4s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 32.1s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install -  6.4s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 32.3s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install -  6.5s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 32.4s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install -  6.7s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 32.4s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m =&gt; =&gt; extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m =&gt; =&gt; extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m =&gt; =&gt; extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m =&gt; =&gt; extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m =&gt; [internal] load build context                                          0.1s
0m34m =&gt; =&gt; transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install -  6.7s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 32.6s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install -  6.8s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 32.7s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install -  7.0s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 32.9s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install -  7.1s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 33.0s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install -  7.3s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 33.2s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install -  7.4s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 33.3s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install -  7.6s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 33.5s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install -  7.8s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 33.6s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install -  7.9s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 33.8s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install -  8.1s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 33.9s (5/21)                                        docker:default
34m =&gt; =&gt; extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m =&gt; =&gt; extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m =&gt; =&gt; extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m =&gt; =&gt; extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m =&gt; =&gt; extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install -  8.2s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 34.1s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install -  8.3s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 34.2s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install -  8.5s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 34.4s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install -  8.7s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 34.5s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install -  8.8s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 34.7s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install -  8.9s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 34.8s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install -  9.1s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 35.0s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install -  9.2s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 35.1s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install -  9.4s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 35.3s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m =&gt; =&gt; transferring context: 81.37kB                                       0.0s
0m =&gt; [ 2/17] RUN apt-get update -y --fix-missing   &amp;&amp; apt-get -y install -  9.5s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 35.3s (5/21)                                        docker:default
34m =&gt; =&gt; extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m =&gt; =&gt; extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m =&gt; =&gt; extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install -  9.6s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 35.5s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install -  9.7s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 35.7s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install -  9.9s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 35.7s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   10.0s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 35.8s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   10.1s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 35.9s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   10.2s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 36.1s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   10.4s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 36.3s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   10.6s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 36.4s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   10.6s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 36.5s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m =&gt; =&gt; extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m =&gt; [internal] load build context                                          0.1s
0m34m =&gt; =&gt; transferring context: 81.37kB                                       0.0s
0m =&gt; [ 2/17] RUN apt-get update -y --fix-missing   &amp;&amp; apt-get -y install   10.7s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 36.6s (5/21)                                        docker:default
34m =&gt; =&gt; extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   10.9s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 36.8s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   11.0s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 36.9s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   11.2s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 37.0s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   11.3s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 37.2s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   11.5s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 37.3s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   11.6s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 37.4s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   11.7s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 37.6s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   11.8s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 37.7s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   11.9s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 37.8s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m =&gt; =&gt; extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m =&gt; =&gt; extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m =&gt; =&gt; extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m =&gt; [internal] load build context                                          0.1s
0m34m =&gt; =&gt; transferring context: 81.37kB                                       0.0s
0m =&gt; [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   12.1s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 38.0s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   12.2s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 38.0s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   12.3s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 38.2s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   12.4s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 38.3s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   12.5s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 38.4s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   12.7s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 38.6s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   12.8s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 38.7s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   12.9s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 38.8s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   13.0s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 38.9s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   13.2s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 39.0s (5/21)                                        docker:default
34m =&gt; =&gt; extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m =&gt; =&gt; extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m =&gt; =&gt; extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m =&gt; =&gt; extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m =&gt; =&gt; extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m =&gt; [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   13.3s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 39.1s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   13.4s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 39.3s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   13.5s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 39.4s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   13.6s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 39.5s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   13.7s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 39.6s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   13.8s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 39.7s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   14.0s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 39.9s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   14.2s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 39.9s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   14.2s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 40.0s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m =&gt; [ 2/17] RUN apt-get update -y --fix-missing   &amp;&amp; apt-get -y install   14.3s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 40.1s (5/21)                                        docker:default
34m =&gt; =&gt; extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m =&gt; =&gt; extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m =&gt; =&gt; extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m =&gt; =&gt; extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   14.4s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 40.3s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   14.5s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 40.5s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   14.7s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 40.6s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   14.9s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 40.8s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   15.0s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 40.9s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   15.2s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 41.1s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   15.3s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 41.2s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   15.5s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 41.4s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   15.6s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 41.5s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m =&gt; [internal] load build context                                          0.1s
0m34m =&gt; =&gt; transferring context: 81.37kB                                       0.0s
0m =&gt; [ 2/17] RUN apt-get update -y --fix-missing   &amp;&amp; apt-get -y install   15.8s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 41.7s (5/21)                                        docker:default
34m =&gt; =&gt; extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m =&gt; =&gt; extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   15.9s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 41.8s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   16.1s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 41.8s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   16.1s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 42.0s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   16.3s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 42.2s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   16.4s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 42.3s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   16.6s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 42.5s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   16.7s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 42.6s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   16.9s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 42.8s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   17.0s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 42.9s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m =&gt; =&gt; extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m =&gt; =&gt; extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m =&gt; [internal] load build context                                          0.1s
0m34m =&gt; =&gt; transferring context: 81.37kB                                       0.0s
0m =&gt; [ 2/17] RUN apt-get update -y --fix-missing   &amp;&amp; apt-get -y install   17.2s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 43.1s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   17.3s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 43.2s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   17.5s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 43.4s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   17.6s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 43.5s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   17.8s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 43.7s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   17.9s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 43.8s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   18.1s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 44.0s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   18.2s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 44.1s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   18.4s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 44.3s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   18.5s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 44.4s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m =&gt; =&gt; extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m =&gt; =&gt; extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m =&gt; =&gt; extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m =&gt; =&gt; extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m =&gt; [internal] load build context                                          0.1s
0m34m =&gt; =&gt; transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   18.7s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 44.6s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   18.8s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 44.7s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   19.0s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 44.9s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   19.1s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 45.0s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   19.3s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 45.2s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   19.4s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 45.3s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   19.6s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 45.5s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   19.7s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 45.6s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   19.9s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 45.8s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   20.0s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 45.9s (5/21)                                        docker:default
34m =&gt; =&gt; extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m =&gt; =&gt; extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m =&gt; =&gt; extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m =&gt; =&gt; extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m =&gt; =&gt; extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   20.2s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 46.1s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   20.3s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 46.1s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   20.3s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 46.2s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   20.5s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 46.4s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   20.7s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 46.6s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   20.8s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 46.7s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   20.9s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 46.8s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   21.1s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 47.0s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   21.2s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 47.1s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m =&gt; [ 2/17] RUN apt-get update -y --fix-missing   &amp;&amp; apt-get -y install   21.4s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 47.3s (5/21)                                        docker:default
34m =&gt; =&gt; extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m =&gt; =&gt; extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m =&gt; =&gt; extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   21.5s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 47.4s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   21.7s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 47.6s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   21.8s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 47.7s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   22.0s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 47.9s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   22.1s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 48.0s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   22.3s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 48.2s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   22.4s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 48.3s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   22.6s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 48.5s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   22.7s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 48.6s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m =&gt; [internal] load build context                                          0.1s
0m34m =&gt; =&gt; transferring context: 81.37kB                                       0.0s
0m =&gt; [ 2/17] RUN apt-get update -y --fix-missing   &amp;&amp; apt-get -y install   22.8s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 48.7s (5/21)                                        docker:default
34m =&gt; =&gt; extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   22.9s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 48.9s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   23.1s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 49.0s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   23.3s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 49.1s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   23.4s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 49.3s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   23.5s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 49.5s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   23.7s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 49.6s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   23.9s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 49.8s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   24.1s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 49.9s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   24.2s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 50.1s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m =&gt; =&gt; extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m =&gt; =&gt; extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m =&gt; [internal] load build context                                          0.1s
0m34m =&gt; =&gt; transferring context: 81.37kB                                       0.0s
0m =&gt; [ 2/17] RUN apt-get update -y --fix-missing   &amp;&amp; apt-get -y install   24.3s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 50.2s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   24.4s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 50.4s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   24.6s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 50.5s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   24.8s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 50.6s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   24.9s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 50.7s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   25.0s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 50.9s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   25.2s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 51.1s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   25.4s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 51.2s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   25.5s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 51.4s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   25.7s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 51.5s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m =&gt; =&gt; extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m =&gt; =&gt; extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m =&gt; =&gt; extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m =&gt; =&gt; extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m =&gt; [internal] load build context                                          0.1s
0m34m =&gt; =&gt; transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   25.8s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 51.6s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   25.8s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 51.8s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   26.0s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 51.9s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   26.2s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 52.1s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   26.3s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 52.2s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   26.5s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 52.3s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   26.6s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 52.4s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   26.7s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 52.5s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   26.8s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 52.7s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   26.9s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 52.8s (5/21)                                        docker:default
34m =&gt; =&gt; extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m =&gt; =&gt; extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m =&gt; =&gt; extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m =&gt; =&gt; extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m =&gt; =&gt; extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   27.1s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 53.0s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   27.2s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 53.1s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   27.4s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 53.3s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   27.5s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 53.4s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   27.7s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 53.6s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   27.8s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 53.7s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   28.0s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 53.9s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   28.1s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 54.0s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   28.3s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 54.2s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m =&gt; =&gt; transferring context: 81.37kB                                       0.0s
0m =&gt; [ 2/17] RUN apt-get update -y --fix-missing   &amp;&amp; apt-get -y install   28.4s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 54.3s (5/21)                                        docker:default
34m =&gt; =&gt; extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m =&gt; =&gt; extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m =&gt; =&gt; extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   28.6s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 54.5s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   28.7s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 54.6s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   28.9s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 54.8s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   29.0s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 54.9s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   29.2s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 55.1s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   29.3s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 55.2s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   29.5s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 55.4s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   29.6s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 55.5s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   29.8s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 55.7s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m =&gt; =&gt; extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m =&gt; [internal] load build context                                          0.1s
0m34m =&gt; =&gt; transferring context: 81.37kB                                       0.0s
0m =&gt; [ 2/17] RUN apt-get update -y --fix-missing   &amp;&amp; apt-get -y install   29.9s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 55.8s (5/21)                                        docker:default
34m =&gt; =&gt; extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   30.1s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 56.0s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   30.2s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 56.1s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   30.4s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 56.3s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   30.5s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 56.4s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   30.7s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 56.6s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   30.8s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 56.7s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   31.0s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 56.9s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   31.1s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 57.0s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   31.3s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 57.2s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m =&gt; =&gt; extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m =&gt; =&gt; extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m =&gt; =&gt; extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m =&gt; [internal] load build context                                          0.1s
0m34m =&gt; =&gt; transferring context: 81.37kB                                       0.0s
0m =&gt; [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   31.4s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 57.3s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   31.6s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 57.5s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   31.7s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 57.6s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   31.9s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 57.8s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   32.0s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 57.9s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   32.2s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 58.1s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   32.3s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 58.2s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   32.5s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 58.4s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   32.6s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 58.5s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   32.8s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 58.7s (5/21)                                        docker:default
34m =&gt; =&gt; extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m =&gt; =&gt; extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m =&gt; =&gt; extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m =&gt; =&gt; extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m =&gt; =&gt; extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m =&gt; [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   32.9s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 58.8s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   33.1s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 59.0s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   33.2s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 59.1s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   33.4s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 59.3s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   33.5s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 59.4s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   33.7s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 59.6s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   33.8s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 59.7s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   34.0s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 59.9s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   34.1s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 60.0s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m =&gt; [ 2/17] RUN apt-get update -y --fix-missing   &amp;&amp; apt-get -y install   34.3s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 60.2s (5/21)                                        docker:default
34m =&gt; =&gt; extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m =&gt; =&gt; extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m =&gt; =&gt; extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m =&gt; =&gt; extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   34.4s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 60.3s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   34.6s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 60.5s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   34.7s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 60.6s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   34.9s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 60.8s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   35.0s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 60.9s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   35.2s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 61.1s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   35.3s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 61.2s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   35.5s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 61.4s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   35.6s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 61.5s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m =&gt; [internal] load build context                                          0.1s
0m34m =&gt; =&gt; transferring context: 81.37kB                                       0.0s
0m =&gt; [ 2/17] RUN apt-get update -y --fix-missing   &amp;&amp; apt-get -y install   35.8s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 61.7s (5/21)                                        docker:default
34m =&gt; =&gt; extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m =&gt; =&gt; extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   35.9s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 61.8s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   36.1s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 62.0s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   36.2s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 62.1s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   36.4s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 62.3s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   36.5s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 62.4s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   36.7s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 62.6s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   36.8s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 62.7s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   37.0s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 62.9s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   37.1s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 63.0s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m =&gt; =&gt; extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m =&gt; =&gt; extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m =&gt; [internal] load build context                                          0.1s
0m34m =&gt; =&gt; transferring context: 81.37kB                                       0.0s
0m =&gt; [ 2/17] RUN apt-get update -y --fix-missing   &amp;&amp; apt-get -y install   37.3s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 63.2s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   37.4s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 63.3s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   37.6s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 63.5s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   37.7s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 63.6s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   37.9s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 63.7s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   38.0s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 63.9s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   38.2s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 63.9s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   38.2s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 64.1s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   38.4s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 64.3s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   38.5s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 64.4s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m =&gt; =&gt; extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m =&gt; =&gt; extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m =&gt; =&gt; extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m =&gt; =&gt; extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m =&gt; [internal] load build context                                          0.1s
0m34m =&gt; =&gt; transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   38.7s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 64.6s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   38.8s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 64.7s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   39.0s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 64.9s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   39.1s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 65.0s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   39.3s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 65.2s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   39.4s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 65.3s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   39.6s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 65.5s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   39.7s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 65.6s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   39.9s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 65.8s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   40.0s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 65.9s (5/21)                                        docker:default
34m =&gt; =&gt; extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m =&gt; =&gt; extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m =&gt; =&gt; extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m =&gt; =&gt; extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m =&gt; =&gt; extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   40.2s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 66.1s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   40.3s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 66.2s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   40.5s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 66.4s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   40.6s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 66.5s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   40.8s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 66.7s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   40.9s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 66.8s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   41.1s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 67.0s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   41.2s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 67.1s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   41.4s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 67.3s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m =&gt; [ 2/17] RUN apt-get update -y --fix-missing   &amp;&amp; apt-get -y install   41.5s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 67.4s (5/21)                                        docker:default
34m =&gt; =&gt; extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m =&gt; =&gt; extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m =&gt; =&gt; extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   41.7s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 67.6s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   41.8s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 67.7s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   42.0s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 67.9s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   42.1s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 68.0s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   42.3s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 68.2s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   42.4s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 68.3s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   42.6s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 68.5s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   42.7s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 68.6s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   42.9s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 68.8s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m =&gt; [internal] load build context                                          0.1s
0m34m =&gt; =&gt; transferring context: 81.37kB                                       0.0s
0m =&gt; [ 2/17] RUN apt-get update -y --fix-missing   &amp;&amp; apt-get -y install   43.0s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 68.9s (5/21)                                        docker:default
34m =&gt; =&gt; extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   43.2s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 69.1s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   43.3s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 69.2s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   43.5s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 69.4s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   43.6s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 69.5s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   43.8s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 69.7s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   43.9s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 69.8s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   44.1s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 70.0s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   44.2s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 70.1s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   44.4s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 70.3s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m =&gt; =&gt; extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m =&gt; =&gt; extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m =&gt; [internal] load build context                                          0.1s
0m34m =&gt; =&gt; transferring context: 81.37kB                                       0.0s
0m =&gt; [ 2/17] RUN apt-get update -y --fix-missing   &amp;&amp; apt-get -y install   44.5s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 70.4s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   44.7s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 70.6s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   44.8s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 70.7s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   45.0s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 70.9s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   45.1s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 71.0s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   45.3s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 71.2s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   45.4s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 71.3s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   45.6s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 71.5s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   45.7s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 71.6s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   45.9s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 71.8s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m =&gt; =&gt; extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m =&gt; =&gt; extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m =&gt; =&gt; extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m =&gt; =&gt; extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m =&gt; [internal] load build context                                          0.1s
0m34m =&gt; =&gt; transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   46.0s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 71.9s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   46.2s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 72.1s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   46.3s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 72.2s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   46.5s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 72.4s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   46.6s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 72.5s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   46.8s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 72.7s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   46.9s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 72.8s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   47.1s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 73.0s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   47.2s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 73.1s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   47.4s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 73.3s (5/21)                                        docker:default
34m =&gt; =&gt; extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m =&gt; =&gt; extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m =&gt; =&gt; extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m =&gt; =&gt; extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m =&gt; =&gt; extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   47.5s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 73.4s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   47.7s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 73.6s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   47.8s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 73.7s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   48.0s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 73.9s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   48.1s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 74.0s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   48.3s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 74.2s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   48.4s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 74.2s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   48.5s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 74.4s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   48.7s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 74.5s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m =&gt; =&gt; transferring context: 81.37kB                                       0.0s
0m =&gt; [ 2/17] RUN apt-get update -y --fix-missing   &amp;&amp; apt-get -y install   48.8s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 74.6s (5/21)                                        docker:default
34m =&gt; =&gt; extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m =&gt; =&gt; extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m =&gt; =&gt; extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   48.9s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 74.9s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   49.1s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 75.0s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   49.3s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 75.1s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   49.4s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 75.2s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   49.5s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 75.5s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   49.7s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 75.5s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   49.8s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 75.6s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   49.9s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 75.7s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   50.0s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 75.8s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m =&gt; =&gt; extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m =&gt; [internal] load build context                                          0.1s
0m34m =&gt; =&gt; transferring context: 81.37kB                                       0.0s
0m =&gt; [ 2/17] RUN apt-get update -y --fix-missing   &amp;&amp; apt-get -y install   50.1s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 76.0s (5/21)                                        docker:default
34m =&gt; =&gt; extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   50.3s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 76.1s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   50.4s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 76.2s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   50.5s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 76.3s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   50.6s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 76.4s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   50.7s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 76.5s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   50.8s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 76.7s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   51.0s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 76.9s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   51.1s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 77.0s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   51.3s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 77.1s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m =&gt; =&gt; extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m =&gt; =&gt; extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m =&gt; =&gt; extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m =&gt; [internal] load build context                                          0.1s
0m34m =&gt; =&gt; transferring context: 81.37kB                                       0.0s
0m =&gt; [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   51.3s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 77.3s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   51.5s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 77.4s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   51.6s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 77.6s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   51.8s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 77.6s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   51.9s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 77.7s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   52.0s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 77.9s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   52.1s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 78.0s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   52.2s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 78.2s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   52.5s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 78.2s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   52.5s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 78.4s (5/21)                                        docker:default
34m =&gt; =&gt; extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m =&gt; =&gt; extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m =&gt; =&gt; extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m =&gt; =&gt; extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m =&gt; =&gt; extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m =&gt; [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   52.6s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 78.5s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   52.8s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 78.7s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   52.9s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 78.8s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   53.1s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 79.0s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   53.2s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 79.1s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   53.4s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 79.3s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   53.5s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 79.4s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   53.7s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 79.6s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   53.8s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 79.7s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m =&gt; [ 2/17] RUN apt-get update -y --fix-missing   &amp;&amp; apt-get -y install   54.0s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 79.9s (5/21)                                        docker:default
34m =&gt; =&gt; extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m =&gt; =&gt; extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m =&gt; =&gt; extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m =&gt; =&gt; extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   54.1s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 80.0s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   54.3s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 80.2s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   54.4s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 80.3s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   54.6s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 80.5s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   54.7s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 80.6s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   54.9s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 80.8s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   55.0s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 80.9s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   55.2s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 81.1s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   55.3s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 81.2s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m =&gt; [internal] load build context                                          0.1s
0m34m =&gt; =&gt; transferring context: 81.37kB                                       0.0s
0m =&gt; [ 2/17] RUN apt-get update -y --fix-missing   &amp;&amp; apt-get -y install   55.5s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 81.4s (5/21)                                        docker:default
34m =&gt; =&gt; extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m =&gt; =&gt; extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   55.6s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 81.5s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   55.8s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 81.7s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   55.9s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 81.8s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   56.1s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 82.0s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   56.2s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 82.1s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   56.4s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 82.3s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   56.5s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 82.4s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   56.7s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 82.5s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   56.7s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 82.7s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m =&gt; =&gt; extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m =&gt; =&gt; extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m =&gt; [internal] load build context                                          0.1s
0m34m =&gt; =&gt; transferring context: 81.37kB                                       0.0s
0m =&gt; [ 2/17] RUN apt-get update -y --fix-missing   &amp;&amp; apt-get -y install   57.0s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 82.9s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   57.1s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 83.0s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   57.3s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 83.2s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   57.4s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 83.3s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   57.6s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 83.5s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   57.7s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 83.6s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   57.9s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 83.8s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   58.0s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 83.9s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   58.2s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 84.1s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   58.3s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 84.2s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m =&gt; =&gt; extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m =&gt; =&gt; extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m =&gt; =&gt; extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m =&gt; =&gt; extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m =&gt; [internal] load build context                                          0.1s
0m34m =&gt; =&gt; transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   58.5s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 84.4s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   58.6s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 84.5s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   58.8s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 84.6s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   58.8s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 84.7s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   59.0s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 84.8s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   59.1s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 84.9s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   59.2s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 85.0s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   59.3s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 85.1s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   59.4s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 85.2s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   59.5s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 85.3s (5/21)                                        docker:default
34m =&gt; =&gt; extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m =&gt; =&gt; extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m =&gt; =&gt; extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m =&gt; =&gt; extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m =&gt; =&gt; extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   59.6s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 85.4s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   59.7s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 85.6s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   59.8s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 85.7s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   59.9s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 85.8s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   60.0s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 85.9s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   60.1s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 86.0s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   60.2s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 86.1s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   60.4s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 86.2s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   60.5s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 86.3s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m =&gt; [ 2/17] RUN apt-get update -y --fix-missing   &amp;&amp; apt-get -y install   60.6s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 86.4s (5/21)                                        docker:default
34m =&gt; =&gt; extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m =&gt; =&gt; extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m =&gt; =&gt; extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   60.7s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 86.5s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   60.8s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 86.7s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   60.9s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 86.8s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   61.0s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 86.9s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   61.2s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 87.0s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   61.3s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 87.1s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   61.4s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 87.2s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   61.5s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 87.3s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   61.6s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 87.4s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m =&gt; [internal] load build context                                          0.1s
0m34m =&gt; =&gt; transferring context: 81.37kB                                       0.0s
0m =&gt; [ 2/17] RUN apt-get update -y --fix-missing   &amp;&amp; apt-get -y install   61.7s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 87.5s (5/21)                                        docker:default
34m =&gt; =&gt; extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   61.8s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 87.7s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   62.0s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 87.9s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   62.1s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 88.0s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   62.2s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 88.1s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   62.3s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 88.2s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   62.4s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 88.3s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   62.5s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 88.5s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   62.7s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 88.6s (5/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   62.9s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 88.8s (6/21)                                        docker:default
34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m =&gt; =&gt; extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m =&gt; =&gt; extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m =&gt; [internal] load build context                                          0.1s
0m34m =&gt; =&gt; transferring context: 81.37kB                                       0.0s
0m34m =&gt; [ 2/17] RUN apt-get update -y --fix-missing   &amp;&amp; apt-get -y install   63.1s
0m?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 88.9s (6/21)                                        docker:default
34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m34m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   63.1s
0m => [ 3/17] RUN rm -rf /usr/lib/node_modules   && curl -sL -o /tmp/nodeso  0.1s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 89.1s (6/21)                                        docker:default
34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m34m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   63.1s
0m => [ 3/17] RUN rm -rf /usr/lib/node_modules   && curl -sL -o /tmp/nodeso  0.3s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 89.2s (6/21)                                        docker:default
34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m34m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   63.1s
0m => [ 3/17] RUN rm -rf /usr/lib/node_modules   && curl -sL -o /tmp/nodeso  0.4s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 89.4s (6/21)                                        docker:default
34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m34m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   63.1s
0m => [ 3/17] RUN rm -rf /usr/lib/node_modules   && curl -sL -o /tmp/nodeso  0.6s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 89.5s (6/21)                                        docker:default
34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m34m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   63.1s
0m => [ 3/17] RUN rm -rf /usr/lib/node_modules   && curl -sL -o /tmp/nodeso  0.7s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 89.6s (6/21)                                        docker:default
34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m34m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   63.1s
0m => [ 3/17] RUN rm -rf /usr/lib/node_modules   && curl -sL -o /tmp/nodeso  0.8s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 89.8s (6/21)                                        docker:default
34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m34m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   63.1s
0m => [ 3/17] RUN rm -rf /usr/lib/node_modules   && curl -sL -o /tmp/nodeso  1.0s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 89.9s (6/21)                                        docker:default
34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m34m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   63.1s
0m => [ 3/17] RUN rm -rf /usr/lib/node_modules   && curl -sL -o /tmp/nodeso  1.1s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 90.1s (6/21)                                        docker:default
34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m34m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   63.1s
0m => [ 3/17] RUN rm -rf /usr/lib/node_modules   && curl -sL -o /tmp/nodeso  1.3s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 90.2s (6/21)                                        docker:default
34m =&gt; =&gt; extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m =&gt; =&gt; extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m =&gt; =&gt; extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m =&gt; =&gt; extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m =&gt; [internal] load build context                                          0.1s
0m34m =&gt; =&gt; transferring context: 81.37kB                                       0.0s
0m34m =&gt; [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   63.1s
0m => [ 3/17] RUN rm -rf /usr/lib/node_modules   && curl -sL -o /tmp/nodeso  1.4s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 90.4s (6/21)                                        docker:default
34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m34m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   63.1s
0m => [ 3/17] RUN rm -rf /usr/lib/node_modules   && curl -sL -o /tmp/nodeso  1.6s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 90.5s (6/21)                                        docker:default
34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m34m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   63.1s
0m => [ 3/17] RUN rm -rf /usr/lib/node_modules   && curl -sL -o /tmp/nodeso  1.7s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 90.7s (6/21)                                        docker:default
34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m34m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   63.1s
0m => [ 3/17] RUN rm -rf /usr/lib/node_modules   && curl -sL -o /tmp/nodeso  1.9s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 90.8s (6/21)                                        docker:default
34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m34m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   63.1s
0m => [ 3/17] RUN rm -rf /usr/lib/node_modules   && curl -sL -o /tmp/nodeso  2.0s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 91.0s (6/21)                                        docker:default
34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m34m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   63.1s
0m => [ 3/17] RUN rm -rf /usr/lib/node_modules   && curl -sL -o /tmp/nodeso  2.2s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 91.1s (6/21)                                        docker:default
34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m34m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   63.1s
0m => [ 3/17] RUN rm -rf /usr/lib/node_modules   && curl -sL -o /tmp/nodeso  2.3s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 91.3s (6/21)                                        docker:default
34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m34m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   63.1s
0m => [ 3/17] RUN rm -rf /usr/lib/node_modules   && curl -sL -o /tmp/nodeso  2.5s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 91.4s (6/21)                                        docker:default
34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m34m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   63.1s
0m => [ 3/17] RUN rm -rf /usr/lib/node_modules   && curl -sL -o /tmp/nodeso  2.6s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 91.6s (6/21)                                        docker:default
34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m34m => [ 2/17] RUN apt-get update -y --fix-missing   &amp;&amp; apt-get -y install   63.1s
0m =&gt; [ 3/17] RUN rm -rf /usr/lib/node_modules   &amp;&amp; curl -sL -o /tmp/nodeso  2.8s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 91.7s (6/21)                                        docker:default
34m =&gt; =&gt; extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m =&gt; =&gt; extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m =&gt; =&gt; extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m =&gt; =&gt; extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m34m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   63.1s
0m => [ 3/17] RUN rm -rf /usr/lib/node_modules   && curl -sL -o /tmp/nodeso  2.9s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 91.9s (6/21)                                        docker:default
34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m34m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   63.1s
0m => [ 3/17] RUN rm -rf /usr/lib/node_modules   && curl -sL -o /tmp/nodeso  3.1s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 92.0s (6/21)                                        docker:default
34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m34m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   63.1s
0m => [ 3/17] RUN rm -rf /usr/lib/node_modules   && curl -sL -o /tmp/nodeso  3.2s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 92.2s (6/21)                                        docker:default
34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m34m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   63.1s
0m => [ 3/17] RUN rm -rf /usr/lib/node_modules   && curl -sL -o /tmp/nodeso  3.4s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 92.3s (6/21)                                        docker:default
34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m34m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   63.1s
0m => [ 3/17] RUN rm -rf /usr/lib/node_modules   && curl -sL -o /tmp/nodeso  3.5s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 92.5s (6/21)                                        docker:default
34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m34m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   63.1s
0m => [ 3/17] RUN rm -rf /usr/lib/node_modules   && curl -sL -o /tmp/nodeso  3.7s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 92.6s (6/21)                                        docker:default
34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m34m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   63.1s
0m => [ 3/17] RUN rm -rf /usr/lib/node_modules   && curl -sL -o /tmp/nodeso  3.8s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 92.8s (6/21)                                        docker:default
34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m34m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   63.1s
0m => [ 3/17] RUN rm -rf /usr/lib/node_modules   && curl -sL -o /tmp/nodeso  4.0s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 92.9s (6/21)                                        docker:default
34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m34m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   63.1s
0m => [ 3/17] RUN rm -rf /usr/lib/node_modules   && curl -sL -o /tmp/nodeso  4.1s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 93.1s (6/21)                                        docker:default
34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m =&gt; [internal] load build context                                          0.1s
0m34m =&gt; =&gt; transferring context: 81.37kB                                       0.0s
0m34m =&gt; [ 2/17] RUN apt-get update -y --fix-missing   &amp;&amp; apt-get -y install   63.1s
0m =&gt; [ 3/17] RUN rm -rf /usr/lib/node_modules   &amp;&amp; curl -sL -o /tmp/nodeso  4.3s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 93.2s (6/21)                                        docker:default
34m =&gt; =&gt; extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m =&gt; =&gt; extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m34m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   63.1s
0m => [ 3/17] RUN rm -rf /usr/lib/node_modules   && curl -sL -o /tmp/nodeso  4.4s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 93.4s (6/21)                                        docker:default
34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m34m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   63.1s
0m => [ 3/17] RUN rm -rf /usr/lib/node_modules   && curl -sL -o /tmp/nodeso  4.6s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 93.5s (6/21)                                        docker:default
34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m34m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   63.1s
0m => [ 3/17] RUN rm -rf /usr/lib/node_modules   && curl -sL -o /tmp/nodeso  4.7s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 93.7s (6/21)                                        docker:default
34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m34m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   63.1s
0m => [ 3/17] RUN rm -rf /usr/lib/node_modules   && curl -sL -o /tmp/nodeso  4.9s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 93.8s (6/21)                                        docker:default
34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m34m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   63.1s
0m => [ 3/17] RUN rm -rf /usr/lib/node_modules   && curl -sL -o /tmp/nodeso  5.0s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 94.0s (6/21)                                        docker:default
34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m34m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   63.1s
0m => [ 3/17] RUN rm -rf /usr/lib/node_modules   && curl -sL -o /tmp/nodeso  5.2s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 94.1s (6/21)                                        docker:default
34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m34m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   63.1s
0m => [ 3/17] RUN rm -rf /usr/lib/node_modules   && curl -sL -o /tmp/nodeso  5.3s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 94.3s (6/21)                                        docker:default
34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m34m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   63.1s
0m => [ 3/17] RUN rm -rf /usr/lib/node_modules   && curl -sL -o /tmp/nodeso  5.5s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 94.4s (6/21)                                        docker:default
34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m34m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   63.1s
0m => [ 3/17] RUN rm -rf /usr/lib/node_modules   && curl -sL -o /tmp/nodeso  5.6s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 94.6s (6/21)                                        docker:default
34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m =&gt; =&gt; extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m =&gt; =&gt; extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m =&gt; [internal] load build context                                          0.1s
0m34m =&gt; =&gt; transferring context: 81.37kB                                       0.0s
0m34m =&gt; [ 2/17] RUN apt-get update -y --fix-missing   &amp;&amp; apt-get -y install   63.1s
0m =&gt; [ 3/17] RUN rm -rf /usr/lib/node_modules   &amp;&amp; curl -sL -o /tmp/nodeso  5.8s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 94.7s (6/21)                                        docker:default
34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m34m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   63.1s
0m => [ 3/17] RUN rm -rf /usr/lib/node_modules   && curl -sL -o /tmp/nodeso  5.9s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 94.9s (6/21)                                        docker:default
34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m34m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   63.1s
0m => [ 3/17] RUN rm -rf /usr/lib/node_modules   && curl -sL -o /tmp/nodeso  6.1s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 95.0s (6/21)                                        docker:default
34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m34m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   63.1s
0m => [ 3/17] RUN rm -rf /usr/lib/node_modules   && curl -sL -o /tmp/nodeso  6.2s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 95.2s (6/21)                                        docker:default
34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m34m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   63.1s
0m => [ 3/17] RUN rm -rf /usr/lib/node_modules   && curl -sL -o /tmp/nodeso  6.4s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 95.3s (6/21)                                        docker:default
34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m34m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   63.1s
0m => [ 3/17] RUN rm -rf /usr/lib/node_modules   && curl -sL -o /tmp/nodeso  6.5s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 95.5s (6/21)                                        docker:default
34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m34m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   63.1s
0m => [ 3/17] RUN rm -rf /usr/lib/node_modules   && curl -sL -o /tmp/nodeso  6.7s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 95.6s (6/21)                                        docker:default
34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m34m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   63.1s
0m => [ 3/17] RUN rm -rf /usr/lib/node_modules   && curl -sL -o /tmp/nodeso  6.8s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 95.8s (6/21)                                        docker:default
34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m34m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   63.1s
0m => [ 3/17] RUN rm -rf /usr/lib/node_modules   && curl -sL -o /tmp/nodeso  7.0s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 95.9s (6/21)                                        docker:default
34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m34m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   63.1s
0m => [ 3/17] RUN rm -rf /usr/lib/node_modules   && curl -sL -o /tmp/nodeso  7.1s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 96.1s (6/21)                                        docker:default
34m =&gt; =&gt; extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m =&gt; =&gt; extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m =&gt; =&gt; extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m =&gt; =&gt; extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m =&gt; [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m34m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   63.1s
0m => [ 3/17] RUN rm -rf /usr/lib/node_modules   && curl -sL -o /tmp/nodeso  7.3s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 96.2s (6/21)                                        docker:default
34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m34m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   63.1s
0m => [ 3/17] RUN rm -rf /usr/lib/node_modules   && curl -sL -o /tmp/nodeso  7.4s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 96.4s (6/21)                                        docker:default
34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m34m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   63.1s
0m => [ 3/17] RUN rm -rf /usr/lib/node_modules   && curl -sL -o /tmp/nodeso  7.6s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 96.5s (6/21)                                        docker:default
34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m34m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   63.1s
0m => [ 3/17] RUN rm -rf /usr/lib/node_modules   && curl -sL -o /tmp/nodeso  7.7s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 96.7s (6/21)                                        docker:default
34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m34m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   63.1s
0m => [ 3/17] RUN rm -rf /usr/lib/node_modules   && curl -sL -o /tmp/nodeso  7.9s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 96.8s (6/21)                                        docker:default
34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m34m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   63.1s
0m => [ 3/17] RUN rm -rf /usr/lib/node_modules   && curl -sL -o /tmp/nodeso  8.0s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 97.0s (6/21)                                        docker:default
34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m34m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   63.1s
0m => [ 3/17] RUN rm -rf /usr/lib/node_modules   && curl -sL -o /tmp/nodeso  8.2s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 97.1s (6/21)                                        docker:default
34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m34m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   63.1s
0m => [ 3/17] RUN rm -rf /usr/lib/node_modules   && curl -sL -o /tmp/nodeso  8.3s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 97.3s (6/21)                                        docker:default
34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m34m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   63.1s
0m => [ 3/17] RUN rm -rf /usr/lib/node_modules   && curl -sL -o /tmp/nodeso  8.5s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 97.4s (6/21)                                        docker:default
34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m34m =&gt; [ 2/17] RUN apt-get update -y --fix-missing   &amp;&amp; apt-get -y install   63.1s
0m =&gt; [ 3/17] RUN rm -rf /usr/lib/node_modules   &amp;&amp; curl -sL -o /tmp/nodeso  8.6s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 97.6s (6/21)                                        docker:default
34m =&gt; =&gt; extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m =&gt; =&gt; extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m =&gt; =&gt; extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m34m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   63.1s
0m => [ 3/17] RUN rm -rf /usr/lib/node_modules   && curl -sL -o /tmp/nodeso  8.8s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 97.7s (6/21)                                        docker:default
34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m34m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   63.1s
0m => [ 3/17] RUN rm -rf /usr/lib/node_modules   && curl -sL -o /tmp/nodeso  8.9s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 97.9s (6/21)                                        docker:default
34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m34m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   63.1s
0m => [ 3/17] RUN rm -rf /usr/lib/node_modules   && curl -sL -o /tmp/nodeso  9.1s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 98.0s (6/21)                                        docker:default
34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m34m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   63.1s
0m => [ 3/17] RUN rm -rf /usr/lib/node_modules   && curl -sL -o /tmp/nodeso  9.2s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 98.2s (6/21)                                        docker:default
34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m34m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   63.1s
0m => [ 3/17] RUN rm -rf /usr/lib/node_modules   && curl -sL -o /tmp/nodeso  9.4s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 98.3s (6/21)                                        docker:default
34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m34m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   63.1s
0m => [ 3/17] RUN rm -rf /usr/lib/node_modules   && curl -sL -o /tmp/nodeso  9.5s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 98.5s (6/21)                                        docker:default
34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m34m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   63.1s
0m => [ 3/17] RUN rm -rf /usr/lib/node_modules   && curl -sL -o /tmp/nodeso  9.7s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 98.6s (6/21)                                        docker:default
34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m34m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   63.1s
0m => [ 3/17] RUN rm -rf /usr/lib/node_modules   && curl -sL -o /tmp/nodeso  9.8s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 98.8s (6/21)                                        docker:default
34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m34m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   63.1s
0m => [ 3/17] RUN rm -rf /usr/lib/node_modules   && curl -sL -o /tmp/nodes  10.0s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 98.9s (6/21)                                        docker:default
34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m =&gt; =&gt; extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m =&gt; [internal] load build context                                          0.1s
0m34m =&gt; =&gt; transferring context: 81.37kB                                       0.0s
0m34m =&gt; [ 2/17] RUN apt-get update -y --fix-missing   &amp;&amp; apt-get -y install   63.1s
0m =&gt; [ 3/17] RUN rm -rf /usr/lib/node_modules   &amp;&amp; curl -sL -o /tmp/nodes  10.1s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 99.1s (6/21)                                        docker:default
34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m34m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   63.1s
0m => [ 3/17] RUN rm -rf /usr/lib/node_modules   && curl -sL -o /tmp/nodes  10.3s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 99.2s (6/21)                                        docker:default
34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m34m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   63.1s
0m => [ 3/17] RUN rm -rf /usr/lib/node_modules   && curl -sL -o /tmp/nodes  10.4s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 99.4s (6/21)                                        docker:default
34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m34m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   63.1s
0m => [ 3/17] RUN rm -rf /usr/lib/node_modules   && curl -sL -o /tmp/nodes  10.6s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 99.5s (6/21)                                        docker:default
34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m34m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   63.1s
0m => [ 3/17] RUN rm -rf /usr/lib/node_modules   && curl -sL -o /tmp/nodes  10.7s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 99.6s (6/21)                                        docker:default
34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m34m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   63.1s
0m => [ 3/17] RUN rm -rf /usr/lib/node_modules   && curl -sL -o /tmp/nodes  10.8s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 99.9s (6/21)                                        docker:default
34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m34m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   63.1s
0m => [ 3/17] RUN rm -rf /usr/lib/node_modules   && curl -sL -o /tmp/nodes  11.1s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 99.9s (6/21)                                        docker:default
34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m34m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   63.1s
0m => [ 3/17] RUN rm -rf /usr/lib/node_modules   && curl -sL -o /tmp/nodes  11.1s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 100.0s (6/21)                                       docker:default
34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m34m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   63.1s
0m => [ 3/17] RUN rm -rf /usr/lib/node_modules   && curl -sL -o /tmp/nodes  11.2s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 100.2s (6/21)                                       docker:default
34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m34m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   63.1s
0m => [ 3/17] RUN rm -rf /usr/lib/node_modules   && curl -sL -o /tmp/nodes  11.4s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 100.3s (6/21)                                       docker:default
34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m =&gt; =&gt; extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m =&gt; =&gt; extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m =&gt; =&gt; extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m =&gt; [internal] load build context                                          0.1s
0m34m =&gt; =&gt; transferring context: 81.37kB                                       0.0s
0m34m =&gt; [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   63.1s
0m => [ 3/17] RUN rm -rf /usr/lib/node_modules   && curl -sL -o /tmp/nodes  11.5s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 100.5s (6/21)                                       docker:default
34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m34m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   63.1s
0m => [ 3/17] RUN rm -rf /usr/lib/node_modules   && curl -sL -o /tmp/nodes  11.7s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 100.6s (6/21)                                       docker:default
34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m34m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   63.1s
0m => [ 3/17] RUN rm -rf /usr/lib/node_modules   && curl -sL -o /tmp/nodes  11.8s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 100.8s (6/21)                                       docker:default
34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m34m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   63.1s
0m => [ 3/17] RUN rm -rf /usr/lib/node_modules   && curl -sL -o /tmp/nodes  12.0s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 100.9s (6/21)                                       docker:default
34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m34m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   63.1s
0m => [ 3/17] RUN rm -rf /usr/lib/node_modules   && curl -sL -o /tmp/nodes  12.1s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 100.9s (6/21)                                       docker:default
34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m34m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   63.1s
0m => [ 3/17] RUN rm -rf /usr/lib/node_modules   && curl -sL -o /tmp/nodes  12.1s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 101.1s (6/21)                                       docker:default
34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m34m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   63.1s
0m => [ 3/17] RUN rm -rf /usr/lib/node_modules   && curl -sL -o /tmp/nodes  12.3s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 101.2s (6/21)                                       docker:default
34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m34m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   63.1s
0m => [ 3/17] RUN rm -rf /usr/lib/node_modules   && curl -sL -o /tmp/nodes  12.4s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 101.4s (6/21)                                       docker:default
34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m34m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   63.1s
0m => [ 3/17] RUN rm -rf /usr/lib/node_modules   && curl -sL -o /tmp/nodes  12.6s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 101.5s (6/21)                                       docker:default
34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m34m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   63.1s
0m =&gt; [ 3/17] RUN rm -rf /usr/lib/node_modules   &amp;&amp; curl -sL -o /tmp/nodes  12.7s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 101.7s (6/21)                                       docker:default
34m =&gt; =&gt; extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m =&gt; =&gt; extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m =&gt; =&gt; extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m =&gt; =&gt; extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m =&gt; [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m34m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   63.1s
0m => [ 3/17] RUN rm -rf /usr/lib/node_modules   && curl -sL -o /tmp/nodes  12.9s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 101.8s (6/21)                                       docker:default
34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m34m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   63.1s
0m => [ 3/17] RUN rm -rf /usr/lib/node_modules   && curl -sL -o /tmp/nodes  13.0s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 101.9s (6/21)                                       docker:default
34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m34m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   63.1s
0m => [ 3/17] RUN rm -rf /usr/lib/node_modules   && curl -sL -o /tmp/nodes  13.1s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 102.1s (6/21)                                       docker:default
34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m34m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   63.1s
0m => [ 3/17] RUN rm -rf /usr/lib/node_modules   && curl -sL -o /tmp/nodes  13.3s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 102.2s (6/21)                                       docker:default
34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m34m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   63.1s
0m => [ 3/17] RUN rm -rf /usr/lib/node_modules   && curl -sL -o /tmp/nodes  13.4s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 102.4s (6/21)                                       docker:default
34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m34m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   63.1s
0m => [ 3/17] RUN rm -rf /usr/lib/node_modules   && curl -sL -o /tmp/nodes  13.6s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 102.5s (6/21)                                       docker:default
34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m34m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   63.1s
0m => [ 3/17] RUN rm -rf /usr/lib/node_modules   && curl -sL -o /tmp/nodes  13.7s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 102.7s (6/21)                                       docker:default
34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m34m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   63.1s
0m => [ 3/17] RUN rm -rf /usr/lib/node_modules   && curl -sL -o /tmp/nodes  13.9s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 102.7s (6/21)                                       docker:default
34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m34m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   63.1s
0m => [ 3/17] RUN rm -rf /usr/lib/node_modules   && curl -sL -o /tmp/nodes  13.9s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 102.9s (6/21)                                       docker:default
34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m =&gt; =&gt; transferring context: 81.37kB                                       0.0s
0m34m =&gt; [ 2/17] RUN apt-get update -y --fix-missing   &amp;&amp; apt-get -y install   63.1s
0m =&gt; [ 3/17] RUN rm -rf /usr/lib/node_modules   &amp;&amp; curl -sL -o /tmp/nodes  14.1s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 102.9s (6/21)                                       docker:default
34m =&gt; =&gt; extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m =&gt; =&gt; extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m34m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   63.1s
0m => [ 3/17] RUN rm -rf /usr/lib/node_modules   && curl -sL -o /tmp/nodes  14.1s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 103.1s (6/21)                                       docker:default
34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m34m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   63.1s
0m => [ 3/17] RUN rm -rf /usr/lib/node_modules   && curl -sL -o /tmp/nodes  14.3s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 103.2s (6/21)                                       docker:default
34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m34m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   63.1s
0m => [ 3/17] RUN rm -rf /usr/lib/node_modules   && curl -sL -o /tmp/nodes  14.4s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 103.4s (6/21)                                       docker:default
34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m34m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   63.1s
0m => [ 3/17] RUN rm -rf /usr/lib/node_modules   && curl -sL -o /tmp/nodes  14.6s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 103.4s (6/21)                                       docker:default
34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m34m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   63.1s
0m => [ 3/17] RUN rm -rf /usr/lib/node_modules   && curl -sL -o /tmp/nodes  14.6s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 103.6s (6/21)                                       docker:default
34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m34m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   63.1s
0m => [ 3/17] RUN rm -rf /usr/lib/node_modules   && curl -sL -o /tmp/nodes  14.8s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 103.7s (6/21)                                       docker:default
34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m34m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   63.1s
0m => [ 3/17] RUN rm -rf /usr/lib/node_modules   && curl -sL -o /tmp/nodes  14.9s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 103.9s (6/21)                                       docker:default
34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m34m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   63.1s
0m => [ 3/17] RUN rm -rf /usr/lib/node_modules   && curl -sL -o /tmp/nodes  15.1s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 104.0s (6/21)                                       docker:default
34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m34m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   63.1s
0m => [ 3/17] RUN rm -rf /usr/lib/node_modules   && curl -sL -o /tmp/nodes  15.2s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 104.2s (6/21)                                       docker:default
34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m =&gt; =&gt; extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m =&gt; =&gt; extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m =&gt; [internal] load build context                                          0.1s
0m34m =&gt; =&gt; transferring context: 81.37kB                                       0.0s
0m34m =&gt; [ 2/17] RUN apt-get update -y --fix-missing   &amp;&amp; apt-get -y install   63.1s
0m =&gt; [ 3/17] RUN rm -rf /usr/lib/node_modules   &amp;&amp; curl -sL -o /tmp/nodes  15.4s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 104.2s (6/21)                                       docker:default
34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m34m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   63.1s
0m => [ 3/17] RUN rm -rf /usr/lib/node_modules   && curl -sL -o /tmp/nodes  15.4s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 104.3s (6/21)                                       docker:default
34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m34m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   63.1s
0m => [ 3/17] RUN rm -rf /usr/lib/node_modules   && curl -sL -o /tmp/nodes  15.5s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 104.5s (6/21)                                       docker:default
34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m34m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   63.1s
0m => [ 3/17] RUN rm -rf /usr/lib/node_modules   && curl -sL -o /tmp/nodes  15.7s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 104.6s (6/21)                                       docker:default
34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m34m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   63.1s
0m => [ 3/17] RUN rm -rf /usr/lib/node_modules   && curl -sL -o /tmp/nodes  15.8s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 104.8s (6/21)                                       docker:default
34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m34m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   63.1s
0m => [ 3/17] RUN rm -rf /usr/lib/node_modules   && curl -sL -o /tmp/nodes  16.0s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 104.9s (6/21)                                       docker:default
34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m34m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   63.1s
0m => [ 3/17] RUN rm -rf /usr/lib/node_modules   && curl -sL -o /tmp/nodes  16.1s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 105.1s (6/21)                                       docker:default
34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m34m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   63.1s
0m => [ 3/17] RUN rm -rf /usr/lib/node_modules   && curl -sL -o /tmp/nodes  16.3s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 105.3s (6/21)                                       docker:default
34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m34m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   63.1s
0m => [ 3/17] RUN rm -rf /usr/lib/node_modules   && curl -sL -o /tmp/nodes  16.4s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 105.4s (6/21)                                       docker:default
34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m34m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   63.1s
0m => [ 3/17] RUN rm -rf /usr/lib/node_modules   && curl -sL -o /tmp/nodes  16.6s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 105.4s (6/21)                                       docker:default
34m =&gt; =&gt; extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m =&gt; =&gt; extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m =&gt; =&gt; extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m =&gt; =&gt; extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m =&gt; [internal] load build context                                          0.1s
0m34m =&gt; =&gt; transferring context: 81.37kB                                       0.0s
0m34m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   63.1s
0m => [ 3/17] RUN rm -rf /usr/lib/node_modules   && curl -sL -o /tmp/nodes  16.6s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 105.6s (6/21)                                       docker:default
34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m34m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   63.1s
0m => [ 3/17] RUN rm -rf /usr/lib/node_modules   && curl -sL -o /tmp/nodes  16.8s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 105.6s (6/21)                                       docker:default
34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m34m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   63.1s
0m => [ 3/17] RUN rm -rf /usr/lib/node_modules   && curl -sL -o /tmp/nodes  16.8s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 105.7s (6/21)                                       docker:default
34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m34m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   63.1s
0m => [ 3/17] RUN rm -rf /usr/lib/node_modules   && curl -sL -o /tmp/nodes  16.9s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 105.9s (6/21)                                       docker:default
34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m34m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   63.1s
0m => [ 3/17] RUN rm -rf /usr/lib/node_modules   && curl -sL -o /tmp/nodes  17.1s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 106.1s (6/21)                                       docker:default
34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m34m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   63.1s
0m => [ 3/17] RUN rm -rf /usr/lib/node_modules   && curl -sL -o /tmp/nodes  17.3s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 106.2s (6/21)                                       docker:default
34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m34m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   63.1s
0m => [ 3/17] RUN rm -rf /usr/lib/node_modules   && curl -sL -o /tmp/nodes  17.4s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 106.4s (6/21)                                       docker:default
34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m34m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   63.1s
0m => [ 3/17] RUN rm -rf /usr/lib/node_modules   && curl -sL -o /tmp/nodes  17.6s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 106.5s (6/21)                                       docker:default
34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m34m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   63.1s
0m => [ 3/17] RUN rm -rf /usr/lib/node_modules   && curl -sL -o /tmp/nodes  17.7s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 106.6s (6/21)                                       docker:default
34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m34m =&gt; [ 2/17] RUN apt-get update -y --fix-missing   &amp;&amp; apt-get -y install   63.1s
0m =&gt; [ 3/17] RUN rm -rf /usr/lib/node_modules   &amp;&amp; curl -sL -o /tmp/nodes  17.8s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 106.7s (6/21)                                       docker:default
34m =&gt; =&gt; extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m =&gt; =&gt; extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m =&gt; =&gt; extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m34m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   63.1s
0m => [ 3/17] RUN rm -rf /usr/lib/node_modules   && curl -sL -o /tmp/nodes  17.9s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 106.9s (6/21)                                       docker:default
34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m34m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   63.1s
0m => [ 3/17] RUN rm -rf /usr/lib/node_modules   && curl -sL -o /tmp/nodes  18.1s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 107.0s (6/21)                                       docker:default
34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m34m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   63.1s
0m => [ 3/17] RUN rm -rf /usr/lib/node_modules   && curl -sL -o /tmp/nodes  18.2s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 107.2s (6/21)                                       docker:default
34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m34m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   63.1s
0m => [ 3/17] RUN rm -rf /usr/lib/node_modules   && curl -sL -o /tmp/nodes  18.4s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 107.3s (6/21)                                       docker:default
34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m34m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   63.1s
0m => [ 3/17] RUN rm -rf /usr/lib/node_modules   && curl -sL -o /tmp/nodes  18.5s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 107.5s (6/21)                                       docker:default
34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m34m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   63.1s
0m => [ 3/17] RUN rm -rf /usr/lib/node_modules   && curl -sL -o /tmp/nodes  18.7s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 107.6s (6/21)                                       docker:default
34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m34m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   63.1s
0m => [ 3/17] RUN rm -rf /usr/lib/node_modules   && curl -sL -o /tmp/nodes  18.8s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 107.7s (6/21)                                       docker:default
34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m34m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   63.1s
0m => [ 3/17] RUN rm -rf /usr/lib/node_modules   && curl -sL -o /tmp/nodes  18.9s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 107.8s (6/21)                                       docker:default
34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m34m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   63.1s
0m => [ 3/17] RUN rm -rf /usr/lib/node_modules   && curl -sL -o /tmp/nodes  19.0s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 108.1s (6/21)                                       docker:default
34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m =&gt; [internal] load build context                                          0.1s
0m34m =&gt; =&gt; transferring context: 81.37kB                                       0.0s
0m34m =&gt; [ 2/17] RUN apt-get update -y --fix-missing   &amp;&amp; apt-get -y install   63.1s
0m =&gt; [ 3/17] RUN rm -rf /usr/lib/node_modules   &amp;&amp; curl -sL -o /tmp/nodes  19.3s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 108.2s (6/21)                                       docker:default
34m =&gt; =&gt; extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m34m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   63.1s
0m => [ 3/17] RUN rm -rf /usr/lib/node_modules   && curl -sL -o /tmp/nodes  19.4s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 108.4s (6/21)                                       docker:default
34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m34m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   63.1s
0m => [ 3/17] RUN rm -rf /usr/lib/node_modules   && curl -sL -o /tmp/nodes  19.6s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 108.5s (6/21)                                       docker:default
34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m34m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   63.1s
0m => [ 3/17] RUN rm -rf /usr/lib/node_modules   && curl -sL -o /tmp/nodes  19.7s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 108.6s (6/21)                                       docker:default
34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m34m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   63.1s
0m => [ 3/17] RUN rm -rf /usr/lib/node_modules   && curl -sL -o /tmp/nodes  19.8s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 108.8s (6/21)                                       docker:default
34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m34m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   63.1s
0m => [ 3/17] RUN rm -rf /usr/lib/node_modules   && curl -sL -o /tmp/nodes  20.0s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 108.9s (6/21)                                       docker:default
34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m34m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   63.1s
0m => [ 3/17] RUN rm -rf /usr/lib/node_modules   && curl -sL -o /tmp/nodes  20.1s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 109.1s (6/21)                                       docker:default
34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m34m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   63.1s
0m => [ 3/17] RUN rm -rf /usr/lib/node_modules   && curl -sL -o /tmp/nodes  20.3s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 109.2s (6/21)                                       docker:default
34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m34m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   63.1s
0m => [ 3/17] RUN rm -rf /usr/lib/node_modules   && curl -sL -o /tmp/nodes  20.4s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 109.4s (6/21)                                       docker:default
34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m34m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   63.1s
0m => [ 3/17] RUN rm -rf /usr/lib/node_modules   && curl -sL -o /tmp/nodes  20.6s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 109.4s (6/21)                                       docker:default
34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m =&gt; =&gt; extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m =&gt; =&gt; extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m =&gt; =&gt; extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m =&gt; [internal] load build context                                          0.1s
0m34m =&gt; =&gt; transferring context: 81.37kB                                       0.0s
0m34m =&gt; [ 2/17] RUN apt-get update -y --fix-missing   &amp;&amp; apt-get -y install   63.1s
0m => [ 3/17] RUN rm -rf /usr/lib/node_modules   && curl -sL -o /tmp/nodes  20.6s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 109.6s (6/21)                                       docker:default
34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m34m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   63.1s
0m => [ 3/17] RUN rm -rf /usr/lib/node_modules   && curl -sL -o /tmp/nodes  20.8s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 109.8s (6/21)                                       docker:default
34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m34m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   63.1s
0m => [ 3/17] RUN rm -rf /usr/lib/node_modules   && curl -sL -o /tmp/nodes  21.0s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 109.9s (6/21)                                       docker:default
34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m34m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   63.1s
0m => [ 3/17] RUN rm -rf /usr/lib/node_modules   && curl -sL -o /tmp/nodes  21.1s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 110.1s (6/21)                                       docker:default
34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m34m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   63.1s
0m => [ 3/17] RUN rm -rf /usr/lib/node_modules   && curl -sL -o /tmp/nodes  21.3s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 110.2s (6/21)                                       docker:default
34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m34m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   63.1s
0m => [ 3/17] RUN rm -rf /usr/lib/node_modules   && curl -sL -o /tmp/nodes  21.4s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 110.4s (6/21)                                       docker:default
34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m34m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   63.1s
0m => [ 3/17] RUN rm -rf /usr/lib/node_modules   && curl -sL -o /tmp/nodes  21.6s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 110.5s (6/21)                                       docker:default
34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m34m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   63.1s
0m => [ 3/17] RUN rm -rf /usr/lib/node_modules   && curl -sL -o /tmp/nodes  21.7s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 110.7s (6/21)                                       docker:default
34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m34m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   63.1s
0m => [ 3/17] RUN rm -rf /usr/lib/node_modules   && curl -sL -o /tmp/nodes  21.9s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 110.8s (6/21)                                       docker:default
34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m34m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   63.1s
0m => [ 3/17] RUN rm -rf /usr/lib/node_modules   &amp;&amp; curl -sL -o /tmp/nodes  22.0s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 111.0s (6/21)                                       docker:default
34m =&gt; =&gt; extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m =&gt; =&gt; extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m =&gt; =&gt; extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m =&gt; =&gt; extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m =&gt; [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m34m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   63.1s
0m => [ 3/17] RUN rm -rf /usr/lib/node_modules   && curl -sL -o /tmp/nodes  22.2s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 111.1s (6/21)                                       docker:default
34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m34m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   63.1s
0m => [ 3/17] RUN rm -rf /usr/lib/node_modules   && curl -sL -o /tmp/nodes  22.3s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 111.3s (6/21)                                       docker:default
34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m34m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   63.1s
0m => [ 3/17] RUN rm -rf /usr/lib/node_modules   && curl -sL -o /tmp/nodes  22.5s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 111.4s (6/21)                                       docker:default
34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m34m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   63.1s
0m => [ 3/17] RUN rm -rf /usr/lib/node_modules   && curl -sL -o /tmp/nodes  22.6s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 111.6s (6/21)                                       docker:default
34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m34m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   63.1s
0m => [ 3/17] RUN rm -rf /usr/lib/node_modules   && curl -sL -o /tmp/nodes  22.8s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 111.7s (6/21)                                       docker:default
34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m34m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   63.1s
0m => [ 3/17] RUN rm -rf /usr/lib/node_modules   && curl -sL -o /tmp/nodes  22.9s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 111.9s (6/21)                                       docker:default
34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m34m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   63.1s
0m => [ 3/17] RUN rm -rf /usr/lib/node_modules   && curl -sL -o /tmp/nodes  23.1s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 112.0s (6/21)                                       docker:default
34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m34m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   63.1s
0m => [ 3/17] RUN rm -rf /usr/lib/node_modules   && curl -sL -o /tmp/nodes  23.2s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 112.2s (6/21)                                       docker:default
34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m34m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   63.1s
0m => [ 3/17] RUN rm -rf /usr/lib/node_modules   && curl -sL -o /tmp/nodes  23.4s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 112.2s (6/21)                                       docker:default
34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m =&gt; =&gt; transferring context: 81.37kB                                       0.0s
0m34m =&gt; [ 2/17] RUN apt-get update -y --fix-missing   &amp;&amp; apt-get -y install   63.1s
0m =&gt; [ 3/17] RUN rm -rf /usr/lib/node_modules   &amp;&amp; curl -sL -o /tmp/nodes  23.4s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 112.3s (6/21)                                       docker:default
34m =&gt; =&gt; extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m =&gt; =&gt; extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m34m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   63.1s
0m => [ 3/17] RUN rm -rf /usr/lib/node_modules   && curl -sL -o /tmp/nodes  23.5s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 112.4s (7/21)                                       docker:default
34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m34m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   63.1s
0m34m => [ 3/17] RUN rm -rf /usr/lib/node_modules   && curl -sL -o /tmp/nodes  23.7s
0m?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 112.6s (7/21)                                       docker:default
34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m34m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   63.1s
0m34m => [ 3/17] RUN rm -rf /usr/lib/node_modules   && curl -sL -o /tmp/nodes  23.7s
0m => [ 4/17] RUN apt-get update -y --fix-missing   && apt-get -y install -  0.1s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 112.8s (7/21)                                       docker:default
34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m34m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   63.1s
0m34m => [ 3/17] RUN rm -rf /usr/lib/node_modules   && curl -sL -o /tmp/nodes  23.7s
0m => [ 4/17] RUN apt-get update -y --fix-missing   && apt-get -y install -  0.3s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 112.8s (7/21)                                       docker:default
34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m34m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   63.1s
0m34m => [ 3/17] RUN rm -rf /usr/lib/node_modules   && curl -sL -o /tmp/nodes  23.7s
0m => [ 4/17] RUN apt-get update -y --fix-missing   && apt-get -y install -  0.3s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 113.0s (7/21)                                       docker:default
34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m34m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   63.1s
0m34m => [ 3/17] RUN rm -rf /usr/lib/node_modules   && curl -sL -o /tmp/nodes  23.7s
0m => [ 4/17] RUN apt-get update -y --fix-missing   && apt-get -y install -  0.5s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 113.1s (7/21)                                       docker:default
34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m34m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   63.1s
0m34m => [ 3/17] RUN rm -rf /usr/lib/node_modules   && curl -sL -o /tmp/nodes  23.7s
0m => [ 4/17] RUN apt-get update -y --fix-missing   && apt-get -y install -  0.7s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 113.3s (7/21)                                       docker:default
34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m34m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   63.1s
0m34m => [ 3/17] RUN rm -rf /usr/lib/node_modules   && curl -sL -o /tmp/nodes  23.7s
0m => [ 4/17] RUN apt-get update -y --fix-missing   && apt-get -y install -  0.8s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 113.4s (7/21)                                       docker:default
34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m34m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   63.1s
0m34m => [ 3/17] RUN rm -rf /usr/lib/node_modules   && curl -sL -o /tmp/nodes  23.7s
0m => [ 4/17] RUN apt-get update -y --fix-missing   && apt-get -y install -  1.0s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 113.6s (7/21)                                       docker:default
34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m =&gt; =&gt; extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m =&gt; [internal] load build context                                          0.1s
0m34m =&gt; =&gt; transferring context: 81.37kB                                       0.0s
0m34m =&gt; [ 2/17] RUN apt-get update -y --fix-missing   &amp;&amp; apt-get -y install   63.1s
0m34m =&gt; [ 3/17] RUN rm -rf /usr/lib/node_modules   &amp;&amp; curl -sL -o /tmp/nodes  23.7s
0m =&gt; [ 4/17] RUN apt-get update -y --fix-missing   &amp;&amp; apt-get -y install -  1.1s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 113.7s (7/21)                                       docker:default
34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m34m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   63.1s
0m34m => [ 3/17] RUN rm -rf /usr/lib/node_modules   && curl -sL -o /tmp/nodes  23.7s
0m => [ 4/17] RUN apt-get update -y --fix-missing   && apt-get -y install -  1.3s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 113.9s (7/21)                                       docker:default
34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m34m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   63.1s
0m34m => [ 3/17] RUN rm -rf /usr/lib/node_modules   && curl -sL -o /tmp/nodes  23.7s
0m => [ 4/17] RUN apt-get update -y --fix-missing   && apt-get -y install -  1.4s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 114.0s (7/21)                                       docker:default
34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m34m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   63.1s
0m34m => [ 3/17] RUN rm -rf /usr/lib/node_modules   && curl -sL -o /tmp/nodes  23.7s
0m => [ 4/17] RUN apt-get update -y --fix-missing   && apt-get -y install -  1.6s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 114.1s (7/21)                                       docker:default
34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m34m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   63.1s
0m34m => [ 3/17] RUN rm -rf /usr/lib/node_modules   && curl -sL -o /tmp/nodes  23.7s
0m => [ 4/17] RUN apt-get update -y --fix-missing   && apt-get -y install -  1.6s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 114.2s (7/21)                                       docker:default
34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m34m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   63.1s
0m34m => [ 3/17] RUN rm -rf /usr/lib/node_modules   && curl -sL -o /tmp/nodes  23.7s
0m => [ 4/17] RUN apt-get update -y --fix-missing   && apt-get -y install -  1.8s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 114.4s (7/21)                                       docker:default
34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m34m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   63.1s
0m34m => [ 3/17] RUN rm -rf /usr/lib/node_modules   && curl -sL -o /tmp/nodes  23.7s
0m => [ 4/17] RUN apt-get update -y --fix-missing   && apt-get -y install -  1.9s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 114.5s (7/21)                                       docker:default
34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m34m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   63.1s
0m34m => [ 3/17] RUN rm -rf /usr/lib/node_modules   && curl -sL -o /tmp/nodes  23.7s
0m => [ 4/17] RUN apt-get update -y --fix-missing   && apt-get -y install -  2.1s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 114.7s (7/21)                                       docker:default
34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m34m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   63.1s
0m34m => [ 3/17] RUN rm -rf /usr/lib/node_modules   && curl -sL -o /tmp/nodes  23.7s
0m => [ 4/17] RUN apt-get update -y --fix-missing   && apt-get -y install -  2.2s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 114.8s (7/21)                                       docker:default
34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m34m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   63.1s
0m34m => [ 3/17] RUN rm -rf /usr/lib/node_modules   && curl -sL -o /tmp/nodes  23.7s
0m => [ 4/17] RUN apt-get update -y --fix-missing   &&amp; apt-get -y install -  2.3s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 115.0s (7/21)                                       docker:default
34m =&gt; =&gt; extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m =&gt; =&gt; extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m =&gt; =&gt; extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m =&gt; [internal] load build context                                          0.1s
0m34m =&gt; =&gt; transferring context: 81.37kB                                       0.0s
0m34m =&gt; [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   63.1s
0m34m => [ 3/17] RUN rm -rf /usr/lib/node_modules   && curl -sL -o /tmp/nodes  23.7s
0m => [ 4/17] RUN apt-get update -y --fix-missing   && apt-get -y install -  2.5s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 115.1s (7/21)                                       docker:default
34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m34m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   63.1s
0m34m => [ 3/17] RUN rm -rf /usr/lib/node_modules   && curl -sL -o /tmp/nodes  23.7s
0m => [ 4/17] RUN apt-get update -y --fix-missing   && apt-get -y install -  2.6s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 115.3s (7/21)                                       docker:default
34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m34m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   63.1s
0m34m => [ 3/17] RUN rm -rf /usr/lib/node_modules   && curl -sL -o /tmp/nodes  23.7s
0m => [ 4/17] RUN apt-get update -y --fix-missing   && apt-get -y install -  2.8s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 115.4s (7/21)                                       docker:default
34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m34m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   63.1s
0m34m => [ 3/17] RUN rm -rf /usr/lib/node_modules   && curl -sL -o /tmp/nodes  23.7s
0m => [ 4/17] RUN apt-get update -y --fix-missing   && apt-get -y install -  2.9s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 115.5s (7/21)                                       docker:default
34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m34m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   63.1s
0m34m => [ 3/17] RUN rm -rf /usr/lib/node_modules   && curl -sL -o /tmp/nodes  23.7s
0m => [ 4/17] RUN apt-get update -y --fix-missing   && apt-get -y install -  3.0s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 115.7s (7/21)                                       docker:default
34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m34m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   63.1s
0m34m => [ 3/17] RUN rm -rf /usr/lib/node_modules   && curl -sL -o /tmp/nodes  23.7s
0m => [ 4/17] RUN apt-get update -y --fix-missing   && apt-get -y install -  3.2s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 115.7s (7/21)                                       docker:default
34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m34m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   63.1s
0m34m => [ 3/17] RUN rm -rf /usr/lib/node_modules   && curl -sL -o /tmp/nodes  23.7s
0m => [ 4/17] RUN apt-get update -y --fix-missing   && apt-get -y install -  3.2s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 115.8s (7/21)                                       docker:default
34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m34m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   63.1s
0m34m => [ 3/17] RUN rm -rf /usr/lib/node_modules   && curl -sL -o /tmp/nodes  23.7s
0m => [ 4/17] RUN apt-get update -y --fix-missing   && apt-get -y install -  3.4s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 115.9s (7/21)                                       docker:default
34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m34m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   63.1s
0m34m => [ 3/17] RUN rm -rf /usr/lib/node_modules   && curl -sL -o /tmp/nodes  23.7s
0m => [ 4/17] RUN apt-get update -y --fix-missing   && apt-get -y install -  3.4s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 116.1s (7/21)                                       docker:default
34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m34m =&gt; [ 2/17] RUN apt-get update -y --fix-missing   &amp;&amp; apt-get -y install   63.1s
0m34m =&gt; [ 3/17] RUN rm -rf /usr/lib/node_modules   &amp;&amp; curl -sL -o /tmp/nodes  23.7s
0m =&gt; [ 4/17] RUN apt-get update -y --fix-missing   &amp;&amp; apt-get -y install -  3.7s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 116.2s (7/21)                                       docker:default
34m =&gt; =&gt; extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m =&gt; =&gt; extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m =&gt; =&gt; extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m34m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   63.1s
0m34m => [ 3/17] RUN rm -rf /usr/lib/node_modules   && curl -sL -o /tmp/nodes  23.7s
0m => [ 4/17] RUN apt-get update -y --fix-missing   && apt-get -y install -  3.7s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 116.3s (7/21)                                       docker:default
34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m34m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   63.1s
0m34m => [ 3/17] RUN rm -rf /usr/lib/node_modules   && curl -sL -o /tmp/nodes  23.7s
0m => [ 4/17] RUN apt-get update -y --fix-missing   && apt-get -y install -  3.9s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 116.5s (7/21)                                       docker:default
34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m34m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   63.1s
0m34m => [ 3/17] RUN rm -rf /usr/lib/node_modules   && curl -sL -o /tmp/nodes  23.7s
0m => [ 4/17] RUN apt-get update -y --fix-missing   && apt-get -y install -  4.0s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 116.6s (7/21)                                       docker:default
34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m34m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   63.1s
0m34m => [ 3/17] RUN rm -rf /usr/lib/node_modules   && curl -sL -o /tmp/nodes  23.7s
0m => [ 4/17] RUN apt-get update -y --fix-missing   && apt-get -y install -  4.2s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 116.8s (7/21)                                       docker:default
34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m34m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   63.1s
0m34m => [ 3/17] RUN rm -rf /usr/lib/node_modules   && curl -sL -o /tmp/nodes  23.7s
0m => [ 4/17] RUN apt-get update -y --fix-missing   && apt-get -y install -  4.3s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 116.9s (7/21)                                       docker:default
34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m34m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   63.1s
0m34m => [ 3/17] RUN rm -rf /usr/lib/node_modules   && curl -sL -o /tmp/nodes  23.7s
0m => [ 4/17] RUN apt-get update -y --fix-missing   && apt-get -y install -  4.5s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 116.9s (7/21)                                       docker:default
34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m34m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   63.1s
0m34m => [ 3/17] RUN rm -rf /usr/lib/node_modules   && curl -sL -o /tmp/nodes  23.7s
0m => [ 4/17] RUN apt-get update -y --fix-missing   && apt-get -y install -  4.5s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 117.1s (7/21)                                       docker:default
34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m34m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   63.1s
0m34m => [ 3/17] RUN rm -rf /usr/lib/node_modules   && curl -sL -o /tmp/nodes  23.7s
0m => [ 4/17] RUN apt-get update -y --fix-missing   && apt-get -y install -  4.6s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 117.2s (7/21)                                       docker:default
34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m34m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   63.1s
0m34m => [ 3/17] RUN rm -rf /usr/lib/node_modules   && curl -sL -o /tmp/nodes  23.7s
0m => [ 4/17] RUN apt-get update -y --fix-missing   && apt-get -y install -  4.8s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 117.4s (8/21)                                       docker:default
34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m =&gt; =&gt; extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m =&gt; [internal] load build context                                          0.1s
0m34m =&gt; =&gt; transferring context: 81.37kB                                       0.0s
0m34m =&gt; [ 2/17] RUN apt-get update -y --fix-missing   &amp;&amp; apt-get -y install   63.1s
0m34m =&gt; [ 3/17] RUN rm -rf /usr/lib/node_modules   &amp;&amp; curl -sL -o /tmp/nodes  23.7s
0m34m =&gt; [ 4/17] RUN apt-get update -y --fix-missing   &amp;&amp; apt-get -y install -  4.9s
0m?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 117.5s (10/21)                                      docker:default
34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m34m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   63.1s
0m34m => [ 3/17] RUN rm -rf /usr/lib/node_modules   && curl -sL -o /tmp/nodes  23.7s
0m34m => [ 4/17] RUN apt-get update -y --fix-missing   && apt-get -y install -  4.9s
0m34m => [ 5/17] WORKDIR /home                                                  0.1s
0m34m => [ 6/17] COPY Makefile /home                                            0.0s
0m?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 117.6s (12/21)                                      docker:default
34m => => transferring context: 81.37kB                                       0.0s
0m34m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   63.1s
0m34m => [ 3/17] RUN rm -rf /usr/lib/node_modules   && curl -sL -o /tmp/nodes  23.7s
0m34m => [ 4/17] RUN apt-get update -y --fix-missing   && apt-get -y install -  4.9s
0m34m => [ 5/17] WORKDIR /home                                                  0.1s
0m34m => [ 6/17] COPY Makefile /home                                            0.0s
0m34m => [ 7/17] COPY makes /home/makes                                         0.1s
0m34m => [ 8/17] COPY .stylelintrc.json /home                                   0.1s
0m?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 117.7s (14/21)                                      docker:default
34m => [ 3/17] RUN rm -rf /usr/lib/node_modules   && curl -sL -o /tmp/nodes  23.7s
0m34m => [ 4/17] RUN apt-get update -y --fix-missing   && apt-get -y install -  4.9s
0m34m => [ 5/17] WORKDIR /home                                                  0.1s
0m34m => [ 6/17] COPY Makefile /home                                            0.0s
0m34m => [ 7/17] COPY makes /home/makes                                         0.1s
0m34m => [ 8/17] COPY .stylelintrc.json /home                                   0.1s
0m34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 117.8s (16/21)                                      docker:default
34m => [ 5/17] WORKDIR /home                                                  0.1s
0m34m => [ 6/17] COPY Makefile /home                                            0.0s
0m34m => [ 7/17] COPY makes /home/makes                                         0.1s
0m34m => [ 8/17] COPY .stylelintrc.json /home                                   0.1s
0m34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 118.0s (18/21)                                      docker:default
34m => [ 7/17] COPY makes /home/makes                                         0.1s
0m34m => [ 8/17] COPY .stylelintrc.json /home                                   0.1s
0m34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 118.2s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets          0.1s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 118.3s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets          0.3s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 118.5s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets          0.4s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 118.5s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets          0.5s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 118.6s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m =&gt; [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m =&gt; [11/17] COPY judges /home/judges                                       0.1s
0m34m =&gt; [12/17] COPY sass /home/sass                                           0.1s
0m34m =&gt; [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets          0.6s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 118.8s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets          0.8s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 118.9s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets          0.9s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 119.1s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets          1.1s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 119.2s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets          1.2s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 119.4s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets          1.4s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 119.5s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets          1.5s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 119.7s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets          1.7s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 119.8s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets          1.8s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 120.0s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets          1.9s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 120.0s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m =&gt; [11/17] COPY judges /home/judges                                       0.1s
0m34m =&gt; [12/17] COPY sass /home/sass                                           0.1s
0m34m =&gt; [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets          2.0s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 120.2s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets          2.2s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 120.3s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets          2.3s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 120.4s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets          2.4s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 120.6s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets          2.6s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 120.7s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets          2.7s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 120.7s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets          2.7s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 120.9s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets          2.9s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 121.0s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets          3.0s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 121.1s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets          3.0s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 121.2s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m =&gt; [12/17] COPY sass /home/sass                                           0.1s
0m34m =&gt; [13/17] COPY xsl /home/xsl                                             0.1s
0m34m =&gt; [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets          3.2s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 121.3s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets          3.3s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 121.5s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets          3.4s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 121.6s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets          3.6s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 121.8s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets          3.8s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 122.0s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets          3.9s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 122.1s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets          4.1s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 122.2s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets          4.2s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 122.4s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets          4.3s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 122.5s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets          4.5s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 122.7s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m =&gt; [14/17] COPY js /home/js                                               0.0s
0m34m =&gt; [15/17] COPY eslint.config.js /home                                    0.0s
0m =&gt; [16/17] RUN make --directory=/home --no-silent install assets          4.6s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 122.8s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets          4.8s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 123.0s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets          4.9s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 123.1s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets          5.1s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 123.1s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets          5.1s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 123.3s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets          5.2s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 123.4s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets          5.4s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 123.6s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets          5.6s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 123.7s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets          5.7s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 123.9s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets          5.9s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 124.0s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m =&gt; [15/17] COPY eslint.config.js /home                                    0.0s
0m =&gt; [16/17] RUN make --directory=/home --no-silent install assets          6.0s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 124.2s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets          6.2s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 124.3s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets          6.3s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 124.5s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets          6.5s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 124.6s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets          6.6s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 124.8s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets          6.8s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 124.9s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets          6.9s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 125.1s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets          7.1s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 125.2s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets          7.2s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 125.4s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets          7.4s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 125.5s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m =&gt; [16/17] RUN make --directory=/home --no-silent install assets          7.5s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 125.7s (19/21)                                      docker:default
34m =&gt; [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets          7.7s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 125.8s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets          7.8s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 126.0s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets          8.0s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 126.1s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets          8.1s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 126.3s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets          8.3s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 126.4s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets          8.4s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 126.6s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets          8.6s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 126.7s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets          8.7s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 126.9s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets          8.9s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 127.0s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets          9.0s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 127.2s (19/21)                                      docker:default
34m =&gt; [ 9/17] COPY Gemfile /home                                             0.1s
0m34m =&gt; [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets          9.2s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 127.3s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets          9.3s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 127.5s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets          9.5s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 127.6s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets          9.6s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 127.8s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets          9.8s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 127.9s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets          9.9s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 128.1s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         10.1s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 128.2s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         10.2s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 128.4s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         10.4s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 128.5s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         10.5s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 128.7s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m =&gt; [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m =&gt; [11/17] COPY judges /home/judges                                       0.1s
0m34m =&gt; [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         10.7s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 128.8s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         10.8s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 129.0s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         11.0s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 129.1s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         11.1s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 129.3s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         11.3s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 129.4s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         11.4s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 129.6s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         11.6s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 129.7s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         11.7s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 129.9s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         11.9s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 130.0s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         12.0s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 130.2s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m =&gt; [11/17] COPY judges /home/judges                                       0.1s
0m34m =&gt; [12/17] COPY sass /home/sass                                           0.1s
0m34m =&gt; [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         12.2s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 130.3s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         12.3s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 130.5s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         12.5s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 130.6s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         12.6s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 130.8s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         12.8s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 130.9s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         12.9s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 131.1s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         13.1s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 131.2s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         13.2s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 131.4s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         13.4s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 131.5s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         13.5s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 131.7s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m =&gt; [12/17] COPY sass /home/sass                                           0.1s
0m34m =&gt; [13/17] COPY xsl /home/xsl                                             0.1s
0m34m =&gt; [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         13.7s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 131.8s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         13.8s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 132.0s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         14.0s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 132.1s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         14.1s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 132.3s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         14.3s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 132.4s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         14.4s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 132.6s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         14.6s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 132.7s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         14.7s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 132.9s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         14.9s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 133.0s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         15.0s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 133.2s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m =&gt; [13/17] COPY xsl /home/xsl                                             0.1s
0m34m =&gt; [14/17] COPY js /home/js                                               0.0s
0m34m =&gt; [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         15.2s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 133.3s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         15.3s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 133.5s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         15.5s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 133.6s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         15.6s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 133.8s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         15.8s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 133.8s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         15.8s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 133.9s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         15.9s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 134.1s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         16.1s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 134.2s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         16.2s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 134.4s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         16.4s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 134.5s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m =&gt; [15/17] COPY eslint.config.js /home                                    0.0s
0m =&gt; [16/17] RUN make --directory=/home --no-silent install assets         16.5s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 134.7s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         16.7s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 134.8s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         16.8s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 135.0s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         17.0s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 135.1s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         17.1s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 135.3s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         17.3s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 135.4s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         17.4s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 135.6s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         17.6s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 135.7s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         17.7s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 135.9s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         17.9s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 136.0s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m =&gt; [16/17] RUN make --directory=/home --no-silent install assets         18.0s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 136.2s (19/21)                                      docker:default
34m =&gt; [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         18.2s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 136.3s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         18.3s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 136.5s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         18.5s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 136.6s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         18.6s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 136.8s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         18.8s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 136.9s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         18.9s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 137.1s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         19.1s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 137.2s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         19.2s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 137.4s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         19.4s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 137.5s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         19.5s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 137.7s (19/21)                                      docker:default
34m =&gt; [ 9/17] COPY Gemfile /home                                             0.1s
0m34m =&gt; [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         19.7s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 137.8s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         19.8s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 138.0s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         20.0s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 138.1s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         20.1s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 138.3s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         20.3s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 138.4s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         20.4s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 138.6s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         20.6s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 138.7s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         20.7s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 138.9s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         20.9s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 139.0s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         21.0s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 139.2s (19/21)                                      docker:default
34m =&gt; [ 9/17] COPY Gemfile /home                                             0.1s
0m34m =&gt; [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m =&gt; [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         21.2s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 139.3s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         21.3s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 139.5s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         21.5s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 139.6s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         21.6s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 139.8s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         21.8s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 139.9s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         21.9s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 140.1s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         22.1s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 140.2s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         22.2s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 140.4s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         22.4s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 140.5s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         22.5s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 140.7s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m =&gt; [11/17] COPY judges /home/judges                                       0.1s
0m34m =&gt; [12/17] COPY sass /home/sass                                           0.1s
0m34m =&gt; [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         22.7s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 140.8s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         22.8s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 141.0s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         23.0s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 141.1s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         23.1s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 141.3s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         23.3s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 141.4s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         23.4s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 141.6s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         23.6s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 141.7s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         23.7s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 141.8s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         23.8s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 141.9s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         23.9s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 142.0s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m =&gt; [12/17] COPY sass /home/sass                                           0.1s
0m34m =&gt; [13/17] COPY xsl /home/xsl                                             0.1s
0m34m =&gt; [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         24.0s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 142.2s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         24.2s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 142.3s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         24.3s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 142.5s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         24.4s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 142.6s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         24.5s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 142.7s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         24.7s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 142.8s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         24.8s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 142.9s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         24.9s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 143.1s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         25.1s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 143.3s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         25.3s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 143.4s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m =&gt; [13/17] COPY xsl /home/xsl                                             0.1s
0m34m =&gt; [14/17] COPY js /home/js                                               0.0s
0m34m =&gt; [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         25.4s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 143.6s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         25.6s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 143.7s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         25.7s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 143.9s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         25.9s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 144.0s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         26.0s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 144.2s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         26.2s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 144.3s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         26.3s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 144.5s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         26.5s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 144.6s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         26.6s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 144.8s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         26.8s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 145.0s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m =&gt; [14/17] COPY js /home/js                                               0.0s
0m34m =&gt; [15/17] COPY eslint.config.js /home                                    0.0s
0m =&gt; [16/17] RUN make --directory=/home --no-silent install assets         27.0s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 145.1s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         27.1s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 145.2s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         27.2s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 145.4s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         27.4s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 145.6s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         27.5s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 145.7s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         27.7s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 145.9s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         27.8s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 146.0s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         28.0s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 146.2s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         28.1s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 146.3s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         28.3s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 146.5s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m =&gt; [16/17] RUN make --directory=/home --no-silent install assets         28.4s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 146.6s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         28.6s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 146.8s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         28.7s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 146.9s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         28.9s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 147.1s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         29.0s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 147.2s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         29.2s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 147.4s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         29.3s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 147.5s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         29.5s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 147.7s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         29.6s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 147.8s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         29.8s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 148.0s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         29.9s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 148.1s (19/21)                                      docker:default
34m =&gt; [ 9/17] COPY Gemfile /home                                             0.1s
0m34m =&gt; [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         30.1s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 148.3s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         30.2s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 148.4s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         30.4s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 148.6s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         30.5s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 148.7s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         30.7s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 148.9s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         30.8s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 149.0s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         31.0s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 149.2s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         31.1s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 149.3s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         31.3s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 149.5s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         31.4s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 149.6s (19/21)                                      docker:default
34m =&gt; [ 9/17] COPY Gemfile /home                                             0.1s
0m34m =&gt; [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m =&gt; [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         31.6s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 149.8s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         31.7s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 149.9s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         31.9s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 150.1s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         32.0s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 150.2s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         32.2s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 150.4s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         32.3s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 150.5s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         32.5s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 150.7s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         32.6s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 150.8s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         32.8s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 151.0s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         32.9s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 151.1s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m =&gt; [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m =&gt; [11/17] COPY judges /home/judges                                       0.1s
0m34m =&gt; [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         33.1s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 151.3s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         33.2s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 151.4s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         33.4s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 151.6s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         33.5s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 151.7s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         33.7s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 151.9s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         33.8s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 152.0s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         34.0s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 152.2s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         34.1s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 152.3s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         34.3s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 152.5s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         34.4s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 152.6s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m =&gt; [12/17] COPY sass /home/sass                                           0.1s
0m34m =&gt; [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         34.6s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 152.8s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         34.7s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 152.9s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         34.9s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 153.1s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         35.0s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 153.2s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         35.2s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 153.4s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         35.3s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 153.5s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         35.5s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 153.7s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         35.6s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 153.8s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         35.8s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 154.0s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         35.9s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 154.1s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m =&gt; [13/17] COPY xsl /home/xsl                                             0.1s
0m34m =&gt; [14/17] COPY js /home/js                                               0.0s
0m34m =&gt; [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         36.1s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 154.3s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         36.2s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 154.4s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         36.4s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 154.6s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         36.5s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 154.7s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         36.7s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 154.9s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         36.8s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 155.0s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         37.0s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 155.2s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         37.1s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 155.3s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         37.3s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 155.5s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         37.4s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 155.6s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m =&gt; [14/17] COPY js /home/js                                               0.0s
0m34m =&gt; [15/17] COPY eslint.config.js /home                                    0.0s
0m =&gt; [16/17] RUN make --directory=/home --no-silent install assets         37.6s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 155.8s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         37.7s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 155.9s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         37.9s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 156.1s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         38.0s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 156.2s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         38.2s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 156.4s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         38.3s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 156.5s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         38.5s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 156.7s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         38.6s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 156.8s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         38.8s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 157.0s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         38.9s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 157.1s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m =&gt; [15/17] COPY eslint.config.js /home                                    0.0s
0m =&gt; [16/17] RUN make --directory=/home --no-silent install assets         39.1s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 157.3s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         39.2s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 157.4s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         39.4s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 157.6s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         39.5s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 157.7s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         39.7s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 157.9s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         39.8s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 158.0s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         40.0s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 158.2s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         40.1s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 158.3s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         40.3s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 158.5s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         40.4s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 158.6s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         40.6s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 158.8s (19/21)                                      docker:default
34m =&gt; [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         40.7s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 158.9s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         40.9s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 159.1s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         41.0s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 159.2s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         41.2s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 159.4s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         41.3s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 159.5s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         41.5s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 159.7s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         41.6s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 159.8s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         41.8s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 160.0s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         41.9s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 160.1s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         42.1s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 160.3s (19/21)                                      docker:default
34m =&gt; [ 9/17] COPY Gemfile /home                                             0.1s
0m34m =&gt; [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m =&gt; [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         42.2s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 160.4s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         42.4s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 160.6s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         42.6s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 160.7s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         42.7s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 160.9s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         42.8s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 161.0s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         43.0s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 161.2s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         43.1s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 161.3s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         43.3s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 161.5s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         43.4s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 161.6s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         43.6s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 161.8s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m =&gt; [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m =&gt; [11/17] COPY judges /home/judges                                       0.1s
0m34m =&gt; [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         43.7s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 161.9s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         43.9s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 162.1s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         44.0s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 162.2s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         44.2s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 162.4s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         44.3s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 162.5s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         44.5s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 162.7s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         44.6s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 162.8s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         44.8s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 163.0s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         44.9s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 163.1s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         45.1s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 163.3s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m =&gt; [11/17] COPY judges /home/judges                                       0.1s
0m34m =&gt; [12/17] COPY sass /home/sass                                           0.1s
0m34m =&gt; [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         45.2s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 163.4s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         45.4s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 163.6s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         45.5s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 163.7s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         45.7s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 163.9s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         45.8s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 164.0s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         46.0s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 164.2s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         46.1s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 164.3s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         46.3s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 164.5s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         46.4s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 164.6s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         46.6s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 164.8s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m =&gt; [13/17] COPY xsl /home/xsl                                             0.1s
0m34m =&gt; [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         46.7s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 164.9s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         46.9s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 165.1s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         47.0s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 165.2s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         47.2s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 165.4s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         47.3s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 165.5s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         47.5s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 165.7s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         47.6s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 165.8s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         47.8s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 166.0s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         47.9s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 166.1s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         48.1s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 166.3s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m =&gt; [14/17] COPY js /home/js                                               0.0s
0m34m =&gt; [15/17] COPY eslint.config.js /home                                    0.0s
0m =&gt; [16/17] RUN make --directory=/home --no-silent install assets         48.2s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 166.4s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         48.4s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 166.6s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         48.5s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 166.7s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         48.7s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 166.9s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         48.8s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 167.0s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         49.0s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 167.2s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         49.1s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 167.3s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         49.3s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 167.5s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         49.4s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 167.6s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         49.6s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 167.8s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m =&gt; [15/17] COPY eslint.config.js /home                                    0.0s
0m =&gt; [16/17] RUN make --directory=/home --no-silent install assets         49.7s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 167.9s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         49.9s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 168.1s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         50.0s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 168.2s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         50.2s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 168.4s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         50.3s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 168.5s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         50.5s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 168.7s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         50.6s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 168.8s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         50.8s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 169.0s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         50.9s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 169.1s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         51.1s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 169.3s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m =&gt; [16/17] RUN make --directory=/home --no-silent install assets         51.2s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 169.4s (19/21)                                      docker:default
34m =&gt; [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         51.4s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 169.6s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         51.5s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 169.7s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         51.7s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 169.9s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         51.8s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 170.0s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         52.0s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 170.2s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         52.1s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 170.3s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         52.3s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 170.5s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         52.4s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 170.6s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         52.6s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 170.8s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         52.7s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 170.9s (19/21)                                      docker:default
34m =&gt; [ 9/17] COPY Gemfile /home                                             0.1s
0m34m =&gt; [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         52.9s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 171.1s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         53.0s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 171.2s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         53.2s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 171.4s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         53.3s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 171.5s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         53.5s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 171.7s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         53.6s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 171.8s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         53.8s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 172.0s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         53.9s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 172.1s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         54.1s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 172.3s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         54.2s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 172.4s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m =&gt; [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m =&gt; [11/17] COPY judges /home/judges                                       0.1s
0m34m =&gt; [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         54.4s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 172.5s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         54.4s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 172.6s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         54.6s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 172.8s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         54.8s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 172.9s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         54.9s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 173.1s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         55.1s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 173.2s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         55.2s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 173.4s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         55.4s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 173.5s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         55.5s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 173.7s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         55.7s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 173.8s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m =&gt; [11/17] COPY judges /home/judges                                       0.1s
0m34m =&gt; [12/17] COPY sass /home/sass                                           0.1s
0m34m =&gt; [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         55.8s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 174.0s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         56.0s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 174.1s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         56.1s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 174.3s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         56.3s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 174.4s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         56.4s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 174.6s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         56.6s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 174.7s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         56.7s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 174.9s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         56.9s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 175.0s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         57.0s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 175.2s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         57.2s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 175.3s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m =&gt; [12/17] COPY sass /home/sass                                           0.1s
0m34m =&gt; [13/17] COPY xsl /home/xsl                                             0.1s
0m34m =&gt; [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         57.3s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 175.5s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         57.5s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 175.6s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         57.6s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 175.8s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         57.8s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 175.9s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         57.9s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 176.1s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         58.1s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 176.2s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         58.2s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 176.3s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         58.3s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 176.5s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         58.4s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 176.5s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         58.4s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 176.6s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m =&gt; [14/17] COPY js /home/js                                               0.0s
0m34m =&gt; [15/17] COPY eslint.config.js /home                                    0.0s
0m =&gt; [16/17] RUN make --directory=/home --no-silent install assets         58.5s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 176.7s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         58.7s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 176.8s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         58.8s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 177.0s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         59.0s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 177.1s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         59.1s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 177.3s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         59.3s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 177.4s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         59.4s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 177.6s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         59.6s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 177.7s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         59.7s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 177.9s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         59.9s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 178.0s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m =&gt; [15/17] COPY eslint.config.js /home                                    0.0s
0m =&gt; [16/17] RUN make --directory=/home --no-silent install assets         60.0s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 178.2s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         60.2s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 178.3s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         60.3s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 178.5s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         60.5s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 178.6s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         60.6s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 178.8s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         60.8s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 178.9s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         60.9s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 179.1s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         61.1s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 179.2s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         61.2s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 179.4s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         61.4s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 179.5s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m =&gt; [16/17] RUN make --directory=/home --no-silent install assets         61.5s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 179.7s (19/21)                                      docker:default
34m =&gt; [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         61.7s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 179.8s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         61.8s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 180.0s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         62.0s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 180.1s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         62.1s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 180.3s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         62.3s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 180.4s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         62.4s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 180.6s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         62.6s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 180.7s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         62.7s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 180.9s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         62.9s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 181.0s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         63.0s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 181.2s (19/21)                                      docker:default
34m =&gt; [ 9/17] COPY Gemfile /home                                             0.1s
0m34m =&gt; [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         63.2s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 181.3s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         63.3s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 181.5s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         63.5s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 181.6s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         63.6s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 181.8s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         63.8s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 181.9s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         63.9s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 182.1s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         64.1s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 182.2s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         64.2s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 182.4s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         64.4s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 182.5s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         64.5s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 182.5s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m =&gt; [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m =&gt; [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         64.5s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 182.7s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         64.7s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 182.9s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         64.8s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 183.0s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         65.0s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 183.2s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         65.1s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 183.3s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         65.3s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 183.4s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         65.4s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 183.6s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         65.6s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 183.7s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         65.7s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 183.9s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         65.9s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 184.0s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m =&gt; [11/17] COPY judges /home/judges                                       0.1s
0m34m =&gt; [12/17] COPY sass /home/sass                                           0.1s
0m34m =&gt; [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         66.0s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 184.2s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         66.2s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 184.3s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         66.3s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 184.5s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         66.5s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 184.6s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         66.6s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 184.8s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         66.8s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 184.9s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         66.9s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 185.0s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         67.0s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 185.2s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         67.2s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 185.3s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         67.3s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 185.5s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m =&gt; [12/17] COPY sass /home/sass                                           0.1s
0m34m =&gt; [13/17] COPY xsl /home/xsl                                             0.1s
0m34m =&gt; [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         67.5s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 185.6s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         67.6s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 185.8s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         67.8s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 185.9s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         67.9s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 186.1s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         68.1s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 186.2s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         68.2s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 186.4s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         68.4s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 186.5s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         68.5s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 186.7s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         68.7s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 186.8s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         68.8s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 187.0s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m =&gt; [13/17] COPY xsl /home/xsl                                             0.1s
0m34m =&gt; [14/17] COPY js /home/js                                               0.0s
0m34m =&gt; [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         69.0s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 187.1s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         69.1s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 187.3s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         69.3s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 187.4s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         69.4s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 187.6s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         69.6s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 187.7s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         69.7s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 187.9s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         69.9s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 188.0s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         70.0s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 188.2s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         70.2s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 188.3s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         70.3s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 188.5s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m =&gt; [15/17] COPY eslint.config.js /home                                    0.0s
0m =&gt; [16/17] RUN make --directory=/home --no-silent install assets         70.5s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 188.6s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         70.6s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 188.8s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         70.8s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 188.9s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         70.9s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 189.1s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         71.1s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 189.1s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         71.1s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 189.3s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         71.2s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 189.4s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         71.4s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 189.6s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         71.5s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 189.7s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         71.7s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 189.9s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m =&gt; [16/17] RUN make --directory=/home --no-silent install assets         71.8s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 190.0s (19/21)                                      docker:default
34m =&gt; [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         72.0s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 190.2s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         72.1s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 190.3s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         72.3s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 190.5s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         72.4s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 190.6s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         72.6s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 190.8s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         72.7s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 190.9s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         72.9s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 191.1s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         73.0s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 191.2s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         73.2s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 191.4s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         73.3s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 191.4s (19/21)                                      docker:default
34m =&gt; [ 9/17] COPY Gemfile /home                                             0.1s
0m34m =&gt; [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         73.4s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 191.5s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         73.5s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 191.7s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         73.7s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 191.8s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         73.8s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 192.0s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         74.0s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 192.1s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         74.1s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 192.3s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         74.3s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 192.5s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         74.4s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 192.6s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         74.6s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 192.7s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         74.7s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 192.9s (19/21)                                      docker:default
34m =&gt; [ 9/17] COPY Gemfile /home                                             0.1s
0m34m =&gt; [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m =&gt; [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         74.9s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 193.1s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         75.0s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 193.2s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         75.2s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 193.4s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         75.3s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 193.5s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         75.5s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 193.7s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         75.6s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 193.8s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         75.8s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 194.0s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         75.9s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 194.1s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         76.1s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 194.2s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         76.1s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 194.3s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m =&gt; [11/17] COPY judges /home/judges                                       0.1s
0m34m =&gt; [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         76.2s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 194.4s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         76.4s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 194.6s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         76.6s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 194.7s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         76.6s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 194.8s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         76.8s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 195.0s (19/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m => [16/17] RUN make --directory=/home --no-silent install assets         76.9s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 195.0s (20/21)                                      docker:default
34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m34m => [16/17] RUN make --directory=/home --no-silent install assets         77.0s
0m?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 195.2s (21/22)                                      docker:default
34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m34m => [16/17] RUN make --directory=/home --no-silent install assets         77.0s
0m34m => [17/17] COPY entry.sh /home                                            0.0s
0m => exporting to image                                                     0.1s
 => => exporting layers                                                    0.1s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 195.4s (21/22)                                      docker:default
34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m34m => [16/17] RUN make --directory=/home --no-silent install assets         77.0s
0m34m => [17/17] COPY entry.sh /home                                            0.0s
0m => exporting to image                                                     0.3s
 => => exporting layers                                                    0.3s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 195.5s (21/22)                                      docker:default
34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m34m => [16/17] RUN make --directory=/home --no-silent install assets         77.0s
0m34m => [17/17] COPY entry.sh /home                                            0.0s
0m => exporting to image                                                     0.4s
 => => exporting layers                                                    0.4s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 195.7s (21/22)                                      docker:default
34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m =&gt; [15/17] COPY eslint.config.js /home                                    0.0s
0m34m =&gt; [16/17] RUN make --directory=/home --no-silent install assets         77.0s
0m34m =&gt; [17/17] COPY entry.sh /home                                            0.0s
0m => exporting to image                                                     0.6s
 => => exporting layers                                                    0.6s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 195.8s (21/22)                                      docker:default
34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m34m => [16/17] RUN make --directory=/home --no-silent install assets         77.0s
0m34m => [17/17] COPY entry.sh /home                                            0.0s
0m => exporting to image                                                     0.7s
 => => exporting layers                                                    0.7s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 196.0s (21/22)                                      docker:default
34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m34m => [16/17] RUN make --directory=/home --no-silent install assets         77.0s
0m34m => [17/17] COPY entry.sh /home                                            0.0s
0m => exporting to image                                                     0.9s
 => => exporting layers                                                    0.9s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 196.1s (21/22)                                      docker:default
34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m34m => [16/17] RUN make --directory=/home --no-silent install assets         77.0s
0m34m => [17/17] COPY entry.sh /home                                            0.0s
0m => exporting to image                                                     1.0s
 => => exporting layers                                                    1.0s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 196.3s (21/22)                                      docker:default
34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m34m => [16/17] RUN make --directory=/home --no-silent install assets         77.0s
0m34m => [17/17] COPY entry.sh /home                                            0.0s
0m => exporting to image                                                     1.2s
 => => exporting layers                                                    1.2s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 196.4s (21/22)                                      docker:default
34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m34m => [16/17] RUN make --directory=/home --no-silent install assets         77.0s
0m34m => [17/17] COPY entry.sh /home                                            0.0s
0m => exporting to image                                                     1.3s
 => => exporting layers                                                    1.3s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 196.6s (21/22)                                      docker:default
34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m34m => [16/17] RUN make --directory=/home --no-silent install assets         77.0s
0m34m => [17/17] COPY entry.sh /home                                            0.0s
0m => exporting to image                                                     1.5s
 => => exporting layers                                                    1.5s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 196.7s (21/22)                                      docker:default
34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m34m => [16/17] RUN make --directory=/home --no-silent install assets         77.0s
0m34m => [17/17] COPY entry.sh /home                                            0.0s
0m => exporting to image                                                     1.6s
 => => exporting layers                                                    1.6s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 196.9s (21/22)                                      docker:default
34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m34m => [16/17] RUN make --directory=/home --no-silent install assets         77.0s
0m34m => [17/17] COPY entry.sh /home                                            0.0s
0m => exporting to image                                                     1.8s
 => => exporting layers                                                    1.8s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 197.0s (21/22)                                      docker:default
34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m34m => [16/17] RUN make --directory=/home --no-silent install assets         77.0s
0m34m => [17/17] COPY entry.sh /home                                            0.0s
0m => exporting to image                                                     1.9s
 => => exporting layers                                                    1.9s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 197.2s (21/22)                                      docker:default
34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m34m =&gt; [16/17] RUN make --directory=/home --no-silent install assets         77.0s
0m34m =&gt; [17/17] COPY entry.sh /home                                            0.0s
0m =&gt; exporting to image                                                     2.1s
 =&gt; =&gt; exporting layers                                                    2.1s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 197.3s (21/22)                                      docker:default
34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m34m => [16/17] RUN make --directory=/home --no-silent install assets         77.0s
0m34m => [17/17] COPY entry.sh /home                                            0.0s
0m => exporting to image                                                     2.2s
 => => exporting layers                                                    2.2s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 197.5s (21/22)                                      docker:default
34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m34m => [16/17] RUN make --directory=/home --no-silent install assets         77.0s
0m34m => [17/17] COPY entry.sh /home                                            0.0s
0m => exporting to image                                                     2.4s
 => => exporting layers                                                    2.4s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 197.6s (21/22)                                      docker:default
34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m34m => [16/17] RUN make --directory=/home --no-silent install assets         77.0s
0m34m => [17/17] COPY entry.sh /home                                            0.0s
0m => exporting to image                                                     2.5s
 => => exporting layers                                                    2.5s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 197.8s (21/22)                                      docker:default
34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m34m => [16/17] RUN make --directory=/home --no-silent install assets         77.0s
0m34m => [17/17] COPY entry.sh /home                                            0.0s
0m => exporting to image                                                     2.7s
 => => exporting layers                                                    2.7s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 197.9s (21/22)                                      docker:default
34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m34m => [16/17] RUN make --directory=/home --no-silent install assets         77.0s
0m34m => [17/17] COPY entry.sh /home                                            0.0s
0m => exporting to image                                                     2.8s
 => => exporting layers                                                    2.8s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 198.1s (21/22)                                      docker:default
34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m34m => [16/17] RUN make --directory=/home --no-silent install assets         77.0s
0m34m => [17/17] COPY entry.sh /home                                            0.0s
0m => exporting to image                                                     3.0s
 => => exporting layers                                                    3.0s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 198.2s (21/22)                                      docker:default
34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m34m => [16/17] RUN make --directory=/home --no-silent install assets         77.0s
0m34m => [17/17] COPY entry.sh /home                                            0.0s
0m => exporting to image                                                     3.1s
 => => exporting layers                                                    3.1s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 198.4s (21/22)                                      docker:default
34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m34m => [16/17] RUN make --directory=/home --no-silent install assets         77.0s
0m34m => [17/17] COPY entry.sh /home                                            0.0s
0m => exporting to image                                                     3.3s
 => => exporting layers                                                    3.3s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 198.5s (21/22)                                      docker:default
34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m34m => [16/17] RUN make --directory=/home --no-silent install assets         77.0s
0m34m => [17/17] COPY entry.sh /home                                            0.0s
0m => exporting to image                                                     3.4s
 => => exporting layers                                                    3.4s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 198.7s (21/22)                                      docker:default
34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m34m => [16/17] RUN make --directory=/home --no-silent install assets         77.0s
0m34m => [17/17] COPY entry.sh /home                                            0.0s
0m =&gt; exporting to image                                                     3.6s
 =&gt; =&gt; exporting layers                                                    3.6s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 198.8s (21/22)                                      docker:default
34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m34m => [16/17] RUN make --directory=/home --no-silent install assets         77.0s
0m34m => [17/17] COPY entry.sh /home                                            0.0s
0m => exporting to image                                                     3.7s
 => => exporting layers                                                    3.7s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 199.0s (21/22)                                      docker:default
34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m34m => [16/17] RUN make --directory=/home --no-silent install assets         77.0s
0m34m => [17/17] COPY entry.sh /home                                            0.0s
0m => exporting to image                                                     3.9s
 => => exporting layers                                                    3.9s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 199.1s (21/22)                                      docker:default
34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m34m => [16/17] RUN make --directory=/home --no-silent install assets         77.0s
0m34m => [17/17] COPY entry.sh /home                                            0.0s
0m => exporting to image                                                     4.0s
 => => exporting layers                                                    4.0s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 199.3s (21/22)                                      docker:default
34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m34m => [16/17] RUN make --directory=/home --no-silent install assets         77.0s
0m34m => [17/17] COPY entry.sh /home                                            0.0s
0m => exporting to image                                                     4.2s
 => => exporting layers                                                    4.2s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 199.4s (21/22)                                      docker:default
34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m34m => [16/17] RUN make --directory=/home --no-silent install assets         77.0s
0m34m => [17/17] COPY entry.sh /home                                            0.0s
0m => exporting to image                                                     4.3s
 => => exporting layers                                                    4.3s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 199.6s (21/22)                                      docker:default
34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m34m => [16/17] RUN make --directory=/home --no-silent install assets         77.0s
0m34m => [17/17] COPY entry.sh /home                                            0.0s
0m => exporting to image                                                     4.5s
 => => exporting layers                                                    4.5s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 199.7s (21/22)                                      docker:default
34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m34m => [16/17] RUN make --directory=/home --no-silent install assets         77.0s
0m34m => [17/17] COPY entry.sh /home                                            0.0s
0m => exporting to image                                                     4.6s
 => => exporting layers                                                    4.6s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 199.9s (21/22)                                      docker:default
34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m34m => [16/17] RUN make --directory=/home --no-silent install assets         77.0s
0m34m => [17/17] COPY entry.sh /home                                            0.0s
0m => exporting to image                                                     4.8s
 => => exporting layers                                                    4.8s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 200.0s (21/22)                                      docker:default
34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m34m => [16/17] RUN make --directory=/home --no-silent install assets         77.0s
0m34m => [17/17] COPY entry.sh /home                                            0.0s
0m => exporting to image                                                     4.9s
 => => exporting layers                                                    4.9s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 200.2s (21/22)                                      docker:default
34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m34m => [16/17] RUN make --directory=/home --no-silent install assets         77.0s
0m34m => [17/17] COPY entry.sh /home                                            0.0s
0m => exporting to image                                                     5.1s
 =&gt; =&gt; exporting layers                                                    5.1s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 200.3s (21/22)                                      docker:default
34m =&gt; [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m34m => [16/17] RUN make --directory=/home --no-silent install assets         77.0s
0m34m => [17/17] COPY entry.sh /home                                            0.0s
0m => exporting to image                                                     5.2s
 => => exporting layers                                                    5.2s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 200.5s (21/22)                                      docker:default
34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m34m => [16/17] RUN make --directory=/home --no-silent install assets         77.0s
0m34m => [17/17] COPY entry.sh /home                                            0.0s
0m => exporting to image                                                     5.4s
 => => exporting layers                                                    5.4s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 200.6s (21/22)                                      docker:default
34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m34m => [16/17] RUN make --directory=/home --no-silent install assets         77.0s
0m34m => [17/17] COPY entry.sh /home                                            0.0s
0m => exporting to image                                                     5.5s
 => => exporting layers                                                    5.5s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 200.8s (21/22)                                      docker:default
34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m34m => [16/17] RUN make --directory=/home --no-silent install assets         77.0s
0m34m => [17/17] COPY entry.sh /home                                            0.0s
0m => exporting to image                                                     5.7s
 => => exporting layers                                                    5.7s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 200.9s (21/22)                                      docker:default
34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m34m => [16/17] RUN make --directory=/home --no-silent install assets         77.0s
0m34m => [17/17] COPY entry.sh /home                                            0.0s
0m => exporting to image                                                     5.8s
 => => exporting layers                                                    5.8s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 201.1s (21/22)                                      docker:default
34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m34m => [16/17] RUN make --directory=/home --no-silent install assets         77.0s
0m34m => [17/17] COPY entry.sh /home                                            0.0s
0m => exporting to image                                                     6.0s
 => => exporting layers                                                    6.0s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 201.2s (21/22)                                      docker:default
34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m34m => [16/17] RUN make --directory=/home --no-silent install assets         77.0s
0m34m => [17/17] COPY entry.sh /home                                            0.0s
0m => exporting to image                                                     6.1s
 => => exporting layers                                                    6.1s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 201.4s (21/22)                                      docker:default
34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m34m => [16/17] RUN make --directory=/home --no-silent install assets         77.0s
0m34m => [17/17] COPY entry.sh /home                                            0.0s
0m => exporting to image                                                     6.3s
 => => exporting layers                                                    6.3s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 201.5s (21/22)                                      docker:default
34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m34m => [16/17] RUN make --directory=/home --no-silent install assets         77.0s
0m34m => [17/17] COPY entry.sh /home                                            0.0s
0m => exporting to image                                                     6.4s
 => => exporting layers                                                    6.4s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 201.7s (21/22)                                      docker:default
34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m34m => [16/17] RUN make --directory=/home --no-silent install assets         77.0s
0m34m => [17/17] COPY entry.sh /home                                            0.0s
0m => exporting to image                                                     6.6s
 => => exporting layers                                                    6.6s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 201.8s (21/22)                                      docker:default
34m =&gt; [12/17] COPY sass /home/sass                                           0.1s
0m34m =&gt; [13/17] COPY xsl /home/xsl                                             0.1s
0m34m =&gt; [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m34m => [16/17] RUN make --directory=/home --no-silent install assets         77.0s
0m34m => [17/17] COPY entry.sh /home                                            0.0s
0m => exporting to image                                                     6.7s
 => => exporting layers                                                    6.7s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 202.0s (21/22)                                      docker:default
34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m34m => [16/17] RUN make --directory=/home --no-silent install assets         77.0s
0m34m => [17/17] COPY entry.sh /home                                            0.0s
0m => exporting to image                                                     6.9s
 => => exporting layers                                                    6.9s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 202.1s (21/22)                                      docker:default
34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m34m => [16/17] RUN make --directory=/home --no-silent install assets         77.0s
0m34m => [17/17] COPY entry.sh /home                                            0.0s
0m => exporting to image                                                     7.0s
 => => exporting layers                                                    7.0s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 202.3s (21/22)                                      docker:default
34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m34m => [16/17] RUN make --directory=/home --no-silent install assets         77.0s
0m34m => [17/17] COPY entry.sh /home                                            0.0s
0m => exporting to image                                                     7.2s
 => => exporting layers                                                    7.2s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 202.4s (21/22)                                      docker:default
34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m34m => [16/17] RUN make --directory=/home --no-silent install assets         77.0s
0m34m => [17/17] COPY entry.sh /home                                            0.0s
0m => exporting to image                                                     7.3s
 => => exporting layers                                                    7.3s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 202.6s (21/22)                                      docker:default
34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m34m => [16/17] RUN make --directory=/home --no-silent install assets         77.0s
0m34m => [17/17] COPY entry.sh /home                                            0.0s
0m => exporting to image                                                     7.5s
 => => exporting layers                                                    7.5s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 202.7s (21/22)                                      docker:default
34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m34m => [16/17] RUN make --directory=/home --no-silent install assets         77.0s
0m34m => [17/17] COPY entry.sh /home                                            0.0s
0m => exporting to image                                                     7.6s
 => => exporting layers                                                    7.6s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 202.9s (21/22)                                      docker:default
34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m34m => [16/17] RUN make --directory=/home --no-silent install assets         77.0s
0m34m => [17/17] COPY entry.sh /home                                            0.0s
0m => exporting to image                                                     7.8s
 => => exporting layers                                                    7.8s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 203.0s (21/22)                                      docker:default
34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m34m => [16/17] RUN make --directory=/home --no-silent install assets         77.0s
0m34m => [17/17] COPY entry.sh /home                                            0.0s
0m => exporting to image                                                     7.9s
 => => exporting layers                                                    7.9s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 203.2s (21/22)                                      docker:default
34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m34m => [16/17] RUN make --directory=/home --no-silent install assets         77.0s
0m34m => [17/17] COPY entry.sh /home                                            0.0s
0m => exporting to image                                                     8.1s
 => => exporting layers                                                    8.1s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 203.3s (21/22)                                      docker:default
34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m =&gt; [13/17] COPY xsl /home/xsl                                             0.1s
0m34m =&gt; [14/17] COPY js /home/js                                               0.0s
0m34m =&gt; [15/17] COPY eslint.config.js /home                                    0.0s
0m34m => [16/17] RUN make --directory=/home --no-silent install assets         77.0s
0m34m => [17/17] COPY entry.sh /home                                            0.0s
0m => exporting to image                                                     8.2s
 => => exporting layers                                                    8.2s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 203.5s (21/22)                                      docker:default
34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m34m => [16/17] RUN make --directory=/home --no-silent install assets         77.0s
0m34m => [17/17] COPY entry.sh /home                                            0.0s
0m => exporting to image                                                     8.4s
 => => exporting layers                                                    8.4s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 203.6s (21/22)                                      docker:default
34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m34m => [16/17] RUN make --directory=/home --no-silent install assets         77.0s
0m34m => [17/17] COPY entry.sh /home                                            0.0s
0m => exporting to image                                                     8.5s
 => => exporting layers                                                    8.5s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 203.8s (21/22)                                      docker:default
34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m34m => [16/17] RUN make --directory=/home --no-silent install assets         77.0s
0m34m => [17/17] COPY entry.sh /home                                            0.0s
0m => exporting to image                                                     8.7s
 => => exporting layers                                                    8.7s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 203.9s (21/22)                                      docker:default
34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m34m => [16/17] RUN make --directory=/home --no-silent install assets         77.0s
0m34m => [17/17] COPY entry.sh /home                                            0.0s
0m => exporting to image                                                     8.8s
 => => exporting layers                                                    8.8s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 204.1s (21/22)                                      docker:default
34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m34m => [16/17] RUN make --directory=/home --no-silent install assets         77.0s
0m34m => [17/17] COPY entry.sh /home                                            0.0s
0m => exporting to image                                                     9.0s
 => => exporting layers                                                    9.0s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 204.2s (21/22)                                      docker:default
34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m34m => [16/17] RUN make --directory=/home --no-silent install assets         77.0s
0m34m => [17/17] COPY entry.sh /home                                            0.0s
0m => exporting to image                                                     9.1s
 => => exporting layers                                                    9.1s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 204.4s (21/22)                                      docker:default
34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m34m => [16/17] RUN make --directory=/home --no-silent install assets         77.0s
0m34m => [17/17] COPY entry.sh /home                                            0.0s
0m => exporting to image                                                     9.3s
 => => exporting layers                                                    9.3s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 204.5s (21/22)                                      docker:default
34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m34m => [16/17] RUN make --directory=/home --no-silent install assets         77.0s
0m34m => [17/17] COPY entry.sh /home                                            0.0s
0m => exporting to image                                                     9.4s
 => => exporting layers                                                    9.4s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 204.7s (21/22)                                      docker:default
34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m34m => [16/17] RUN make --directory=/home --no-silent install assets         77.0s
0m34m => [17/17] COPY entry.sh /home                                            0.0s
0m => exporting to image                                                     9.6s
 => => exporting layers                                                    9.6s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 204.8s (21/22)                                      docker:default
34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m =&gt; [15/17] COPY eslint.config.js /home                                    0.0s
0m34m =&gt; [16/17] RUN make --directory=/home --no-silent install assets         77.0s
0m34m =&gt; [17/17] COPY entry.sh /home                                            0.0s
0m => exporting to image                                                     9.7s
 => => exporting layers                                                    9.7s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 205.0s (21/22)                                      docker:default
34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m34m => [16/17] RUN make --directory=/home --no-silent install assets         77.0s
0m34m => [17/17] COPY entry.sh /home                                            0.0s
0m => exporting to image                                                     9.9s
 => => exporting layers                                                    9.9s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 205.1s (21/22)                                      docker:default
34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m34m => [16/17] RUN make --directory=/home --no-silent install assets         77.0s
0m34m => [17/17] COPY entry.sh /home                                            0.0s
0m => exporting to image                                                    10.0s
 => => exporting layers                                                   10.0s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 205.3s (21/22)                                      docker:default
34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m34m => [16/17] RUN make --directory=/home --no-silent install assets         77.0s
0m34m => [17/17] COPY entry.sh /home                                            0.0s
0m => exporting to image                                                    10.2s
 => => exporting layers                                                   10.2s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 205.4s (21/22)                                      docker:default
34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m34m => [16/17] RUN make --directory=/home --no-silent install assets         77.0s
0m34m => [17/17] COPY entry.sh /home                                            0.0s
0m => exporting to image                                                    10.3s
 => => exporting layers                                                   10.3s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 205.6s (21/22)                                      docker:default
34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m34m => [16/17] RUN make --directory=/home --no-silent install assets         77.0s
0m34m => [17/17] COPY entry.sh /home                                            0.0s
0m => exporting to image                                                    10.5s
 => => exporting layers                                                   10.5s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 205.7s (21/22)                                      docker:default
34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m34m => [16/17] RUN make --directory=/home --no-silent install assets         77.0s
0m34m => [17/17] COPY entry.sh /home                                            0.0s
0m => exporting to image                                                    10.6s
 => => exporting layers                                                   10.6s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 205.9s (21/22)                                      docker:default
34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m34m => [16/17] RUN make --directory=/home --no-silent install assets         77.0s
0m34m => [17/17] COPY entry.sh /home                                            0.0s
0m => exporting to image                                                    10.8s
 => => exporting layers                                                   10.8s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 206.0s (21/22)                                      docker:default
34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m34m => [16/17] RUN make --directory=/home --no-silent install assets         77.0s
0m34m => [17/17] COPY entry.sh /home                                            0.0s
0m => exporting to image                                                    10.9s
 => => exporting layers                                                   10.9s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 206.2s (21/22)                                      docker:default
34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m34m => [16/17] RUN make --directory=/home --no-silent install assets         77.0s
0m34m => [17/17] COPY entry.sh /home                                            0.0s
0m => exporting to image                                                    11.1s
 => => exporting layers                                                   11.1s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 206.3s (21/22)                                      docker:default
34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m34m =&gt; [16/17] RUN make --directory=/home --no-silent install assets         77.0s
0m34m =&gt; [17/17] COPY entry.sh /home                                            0.0s
0m =&gt; exporting to image                                                    11.2s
 => => exporting layers                                                   11.2s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 206.5s (21/22)                                      docker:default
34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m34m => [16/17] RUN make --directory=/home --no-silent install assets         77.0s
0m34m => [17/17] COPY entry.sh /home                                            0.0s
0m => exporting to image                                                    11.4s
 => => exporting layers                                                   11.4s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 206.6s (21/22)                                      docker:default
34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m34m => [16/17] RUN make --directory=/home --no-silent install assets         77.0s
0m34m => [17/17] COPY entry.sh /home                                            0.0s
0m => exporting to image                                                    11.5s
 => => exporting layers                                                   11.5s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 206.8s (21/22)                                      docker:default
34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m34m => [16/17] RUN make --directory=/home --no-silent install assets         77.0s
0m34m => [17/17] COPY entry.sh /home                                            0.0s
0m => exporting to image                                                    11.7s
 => => exporting layers                                                   11.7s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 206.9s (21/22)                                      docker:default
34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m34m => [16/17] RUN make --directory=/home --no-silent install assets         77.0s
0m34m => [17/17] COPY entry.sh /home                                            0.0s
0m => exporting to image                                                    11.8s
 => => exporting layers                                                   11.8s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 207.1s (21/22)                                      docker:default
34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m34m => [16/17] RUN make --directory=/home --no-silent install assets         77.0s
0m34m => [17/17] COPY entry.sh /home                                            0.0s
0m => exporting to image                                                    12.0s
 => => exporting layers                                                   12.0s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 207.2s (21/22)                                      docker:default
34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m34m => [16/17] RUN make --directory=/home --no-silent install assets         77.0s
0m34m => [17/17] COPY entry.sh /home                                            0.0s
0m => exporting to image                                                    12.1s
 => => exporting layers                                                   12.1s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 207.4s (21/22)                                      docker:default
34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m34m => [16/17] RUN make --directory=/home --no-silent install assets         77.0s
0m34m => [17/17] COPY entry.sh /home                                            0.0s
0m => exporting to image                                                    12.3s
 => => exporting layers                                                   12.3s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 207.5s (21/22)                                      docker:default
34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m34m => [16/17] RUN make --directory=/home --no-silent install assets         77.0s
0m34m => [17/17] COPY entry.sh /home                                            0.0s
0m => exporting to image                                                    12.4s
 => => exporting layers                                                   12.4s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 207.6s (21/22)                                      docker:default
34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m34m => [16/17] RUN make --directory=/home --no-silent install assets         77.0s
0m34m => [17/17] COPY entry.sh /home                                            0.0s
0m => exporting to image                                                    12.5s
34m => => exporting layers                                                   12.5s
0m => => writing image sha256:21eed7bafcd3caef453cee457967251d72e57b9522ccb  0.0s
?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 207.6s (22/22) FINISHED                             docker:default
34m => [internal] load build definition from Dockerfile                       0.1s
0m34m => => transferring dockerfile: 1.34kB                                     0.0s
0m34m => [internal] load metadata for docker.io/library/ruby:3.4                0.3s
0m34m => [internal] load .dockerignore                                          0.0s
0m34m => => transferring context: 2B                                            0.0s
0m34m =&gt; [ 1/17] FROM docker.io/library/ruby:3.4@sha256:88ce517a2537f1255e97d  25.3s
0m34m =&gt; =&gt; resolve docker.io/library/ruby:3.4@sha256:88ce517a2537f1255e97d2b2  0.0s
0m34m =&gt; =&gt; sha256:13cc39f8244ac66bf1dd9149e1da421ab1bbc80d6 49.29MB / 49.29MB  1.5s
0m34m =&gt; =&gt; sha256:e3143549f2b8b3ad8d79efdc47824641c6771796b 25.62MB / 25.62MB  0.8s
0m34m => => sha256:72e8e93b0d018b135d833207c6feaba205653ac52 67.78MB / 67.78MB  3.3s
0m34m => => sha256:88ce517a2537f1255e97d2b290b6460036dc7b19d 10.26kB / 10.26kB  0.0s
0m34m => => sha256:2fc656ae7144cd8b517275a11f4f30b739a40c490ff 2.31kB / 2.31kB  0.0s
0m34m => => sha256:ceab284382014cce9bdaf4645da8623f54b42d3fb79 7.01kB / 7.01kB  0.0s
0m34m => => sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a8 235.94MB / 235.94MB  6.1s
0m34m => => sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd9866 187B / 187B  1.7s
0m34m => => extracting sha256:13cc39f8244ac66bf1dd9149e1da421ab1bbc80d612dc14f  5.3s
0m34m => => sha256:5469aec47eb87662634e10deea4771bd3fb19540c 42.27MB / 42.27MB  3.5s
0m34m => => sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f 142B / 142B  3.4s
0m34m => => extracting sha256:e3143549f2b8b3ad8d79efdc47824641c6771796b3770f3c  1.1s
0m34m => => extracting sha256:72e8e93b0d018b135d833207c6feaba205653ac52e0a80d2  3.5s
0m34m => => extracting sha256:23d55a674b2e3641a37b7f2053f00af6fe4f2a89576ffb9  11.2s
0m34m => => extracting sha256:bdbc72b4e034a2ed9df8f0c1f2636c4253913e570bd98669  0.0s
0m34m => => extracting sha256:5469aec47eb87662634e10deea4771bd3fb19540ce6bbd38  1.5s
0m34m => => extracting sha256:e2f00e3ed1488530109262b966d39c0ec5b2d519dd9c21f3  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 81.37kB                                       0.0s
0m34m => [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y install   63.1s
0m34m => [ 3/17] RUN rm -rf /usr/lib/node_modules   && curl -sL -o /tmp/nodes  23.7s
0m34m => [ 4/17] RUN apt-get update -y --fix-missing   && apt-get -y install -  4.9s
0m34m => [ 5/17] WORKDIR /home                                                  0.1s
0m34m => [ 6/17] COPY Makefile /home                                            0.0s
0m34m => [ 7/17] COPY makes /home/makes                                         0.1s
0m34m => [ 8/17] COPY .stylelintrc.json /home                                   0.1s
0m34m => [ 9/17] COPY Gemfile /home                                             0.1s
0m34m => [10/17] COPY html-minifier-config.json /home                           0.0s
0m34m => [11/17] COPY judges /home/judges                                       0.1s
0m34m => [12/17] COPY sass /home/sass                                           0.1s
0m34m => [13/17] COPY xsl /home/xsl                                             0.1s
0m34m => [14/17] COPY js /home/js                                               0.0s
0m34m => [15/17] COPY eslint.config.js /home                                    0.0s
0m34m => [16/17] RUN make --directory=/home --no-silent install assets         77.0s
0m34m => [17/17] COPY entry.sh /home                                            0.0s
0m34m => exporting to image                                                    12.5s
0m34m => => exporting layers                                                   12.5s
0m34m => => writing image sha256:21eed7bafcd3caef453cee457967251d72e57b9522ccb  0.0s
0m34m => => naming to docker.io/yegor256/pages-action:0.5.3                     0.0s
0m?25h1A1B0G?25l
?25h1A0G?25l
?25h1A0G?25l[+] Building 0.0s (0/1)                                          docker:default
?25h1A0G?25l[+] Building 0.1s (2/3)                                          docker:default
34m => [internal] load build definition from Dockerfile                       0.0s
0m34m => => transferring dockerfile: 1.34kB                                     0.0s
0m34m => [internal] load metadata for docker.io/library/ruby:3.4                0.1s
0m?25h1A1A1A1A0G?25l[+] Building 0.2s (4/21)                                         docker:default
34m => [internal] load build definition from Dockerfile                       0.0s
0m34m => => transferring dockerfile: 1.34kB                                     0.0s
0m34m => [internal] load metadata for docker.io/library/ruby:3.4                0.1s
0m34m => [internal] load .dockerignore                                          0.0s
0m34m => => transferring context: 2B                                            0.0s
0m34m => [ 1/17] FROM docker.io/library/ruby:3.4@sha256:88ce517a2537f1255e97d2  0.0s
0m => [internal] load build context                                          0.1s
34m => => transferring context: 1.96kB                                        0.1s
0m?25h1A1A1A1A1A1A1A1A1A0G?25l[+] Building 0.3s (22/22) FINISHED                               docker:default
34m => [internal] load build definition from Dockerfile                       0.0s
0m34m => => transferring dockerfile: 1.34kB                                     0.0s
0m34m => [internal] load metadata for docker.io/library/ruby:3.4                0.1s
0m34m => [internal] load .dockerignore                                          0.0s
0m34m => => transferring context: 2B                                            0.0s
0m34m => [ 1/17] FROM docker.io/library/ruby:3.4@sha256:88ce517a2537f1255e97d2  0.0s
0m34m => [internal] load build context                                          0.1s
0m34m => => transferring context: 1.96kB                                        0.1s
0m34m => CACHED [ 2/17] RUN apt-get update -y --fix-missing   && apt-get -y in  0.0s
0m34m => CACHED [ 3/17] RUN rm -rf /usr/lib/node_modules   && curl -sL -o /tmp  0.0s
0m34m => CACHED [ 4/17] RUN apt-get update -y --fix-missing   && apt-get -y in  0.0s
0m34m => CACHED [ 5/17] WORKDIR /home                                           0.0s
0m34m => CACHED [ 6/17] COPY Makefile /home                                     0.0s
0m34m => CACHED [ 7/17] COPY makes /home/makes                                  0.0s
0m34m => CACHED [ 8/17] COPY .stylelintrc.json /home                            0.0s
0m34m => CACHED [ 9/17] COPY Gemfile /home                                      0.0s
0m34m => CACHED [10/17] COPY html-minifier-config.json /home                    0.0s
0m34m => CACHED [11/17] COPY judges /home/judges                                0.0s
0m34m => CACHED [12/17] COPY sass /home/sass                                    0.0s
0m34m => CACHED [13/17] COPY xsl /home/xsl                                      0.0s
0m34m => CACHED [14/17] COPY js /home/js                                        0.0s
0m34m => CACHED [15/17] COPY eslint.config.js /home                             0.0s
0m34m => CACHED [16/17] RUN make --directory=/home --no-silent install assets   0.0s
0m34m => CACHED [17/17] COPY entry.sh /home                                     0.0s
0m34m => exporting to image                                                     0.0s
0m34m => => exporting layers                                                    0.0s
0m34m => => writing image sha256:21eed7bafcd3caef453cee457967251d72e57b9522ccb  0.0s
0m34m => => naming to docker.io/yegor256/pages-action:latest                    0.0s
0m?25h
WARNING! Your credentials are stored unencrypted in '/root/.docker/config.json'.
Configure a credential helper to remove this warning. See
https://docs.docker.com/go/credential-store/

Login Succeeded
The push refers to repository [docker.io/yegor256/pages-action]

1Ba72332ae8d: Preparing
1Bc2ac4bd077: Preparing
1B51296518e3: Preparing
1B9e3b9c18da: Preparing
1B2f1132fb2d: Preparing
1B29ae305999: Preparing
1B1799a0e44d: Preparing
1B9efcfe7750: Preparing
1B6b2bc2bfdc: Preparing
1Bb4704cd243: Preparing
1B96cc0fc478: Preparing
1B32c6b531e1: Preparing
1B70bf18a086: Preparing
1Bd5f114db31: Preparing
1Bf03ae8ba3a: Preparing
1B5eb1903b92: Preparing
1B6823bd9621: Preparing
1B96eff77ecf: Preparing
1B668dc0cf8b: Preparing
1B2bd532623d: Preparing
1B589319ba92: Preparing
1Bc58a646ede: Preparing
8B0.5.3:3digest:ssha256:f2fc914eaca8de9929d71face472c6795323619a4fe76229a4985bb3b979cfff size: 5130
The push refers to repository [docker.io/yegor256/pages-action]

1Ba72332ae8d: Preparing
1Bc2ac4bd077: Preparing
1B51296518e3: Preparing
1B9e3b9c18da: Preparing
1B2f1132fb2d: Preparing
1B29ae305999: Preparing
1B1799a0e44d: Preparing
1B9efcfe7750: Preparing
1B6b2bc2bfdc: Preparing
1Bb4704cd243: Preparing
1B96cc0fc478: Preparing
1B32c6b531e1: Preparing
1B70bf18a086: Preparing
1Bd5f114db31: Preparing
1Bf03ae8ba3a: Preparing
1B5eb1903b92: Preparing
1B6823bd9621: Preparing
1B96eff77ecf: Preparing
1B668dc0cf8b: Preparing
1B2bd532623d: Preparing
1B589319ba92: Preparing
1Bc58a646ede: Preparing
2Blatest:edigest:esha256:f2fc914eaca8de9929d71face472c6795323619a4fe76229a4985bb3b979cfff size: 5130
+ mv /home/r/repo .
++ whoami
+ chown -R root repo
+ '[' -n '' ']'
++ whoami
+ sudo chown -R ubuntu repo
+ cd repo
+ git checkout __rultor
Already on '__rultor'
+ git tag 0.5.3 -m '0.5.3: tagged by rultor.com'
+ git reset --hard
HEAD is now at 499df7f version set to 0.5.3
+ git clean -fd
+ git checkout master
Switched to branch 'master'
Your branch is up to date with 'origin/master'.
+ git branch -D __rultor
Deleted branch __rultor (was 499df7f).
+ git push --all origin
Everything up-to-date
+ git push --tags origin
To github.com:zerocracy/pages-action.git
 * [new tag]         0.5.3 -> 0.5.3
container f11d611d3ee849fdef561f314a38d064969b1baec28a831df9c22d457a65c231 is dead
Mon Nov 10 07:33:17 UTC 2025