I am running a docker build and it is taking a really long time. I'd like to know what it is doing, but the stdout seems to have stopped (probably because some limit was reached?). It feels like this build is running inside of a container and I'd like to know what it is and perhaps exec a command in it or attach to its stdout to see what is going on. Is this possible? Are there other ways to troubleshoot long running docker builds?
Last output:
=> [ 6/10] RUN curl -fsSL https://boostorg.jfrog.io/artifactory/main/release/1.76.0/source/boost_1_76_0.tar.gz | tar -xzf - && cd boost_1_76_0 5182.6s
=> => # 1850K .......... .......... .......... .......... .......... 93% 3.06M 0s
=> => # 1900K .......... .......... .......... .......... .......... 95% 2.36M 0s
=> => # 1950K .......... .......... .......... .......... .......... 97% 4.45M 0s
=> => # 2000K .......... .......... .......... .......... . 100% 12.7M=0.9s
=> => # 2021-06-24 02:34:07 (2.13 MB/s) - 'pcre-8.44.tar.gz' saved [2090750/2090750]
=> => # /bin/sh: ./config.rpath: No such file or directory