#17 [linux/amd64 py-installer 5/5] RUN bash /tmp/python.sh --install
#17 CANCELED
------
> [linux/arm64 official 2/4] RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install --no-install-recommends -y apt-transport-https ca-certificates bash libc6 libsqlite3-dev && apt-get clean && rm -rf /var/lib/apt/lists/* && rm -rf /var/tmp/* && rm -rf /tmp/*:
132.0 Segmentation fault (core dumped)
132.0 dpkg: error processing package libc-bin (--configure):
132.0 installed libc-bin package post-installation script subprocess returned error exit status 139
132.0 Processing triggers for ca-certificates (20240203~22.04.1) ...
159.3 0 added, 0 removed; done.
159.3 Running hooks in /etc/ca-certificates/update.d...
159.4 done.
159.5 Errors were encountered while processing:
Sub-process /usr/bin/dpkg returned an error code (1)
------
WARNING: No output specified for python-3_10-ubuntu22_04 target(s) with docker-container driver. Build result will only remain in the build cache. To push result image into registry use --push or to load image into docker use --load
ubuntu.Dockerfile:49
--------------------
48 | # Install dependencies
49 | >>> RUN apt-get update \
50 | >>> && DEBIAN_FRONTEND=noninteractive apt-get install --no-install-recommends -y \
51 | >>> apt-transport-https \
52 | >>> ca-certificates \
53 | >>> bash \
54 | >>> libc6 \
55 | >>> libsqlite3-dev \
56 | >>> && apt-get clean \
57 | >>> && rm -rf /var/lib/apt/lists/* \
58 | >>> && rm -rf /var/tmp/* \
59 | >>> && rm -rf /tmp/*
60 |
--------------------
ERROR: failed to solve: process "/bin/bash -c apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install --no-install-recommends -y apt-transport-https ca-certificates bash libc6 libsqlite3-dev && apt-get clean && rm -rf /var/lib/apt/lists/* && rm -rf /var/tmp/* && rm -rf /tmp/*" did not complete successfully: exit code: 100
Build references
Check build summary support
Error: buildx bake failed with: ERROR: failed to solve: process "/bin/bash -c apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install --no-install-recommends -y apt-transport-https ca-certificates bash libc6 libsqlite3-dev && apt-get clean && rm -rf /var/lib/apt/lists/* && rm -rf /var/tmp/* && rm -rf /tmp/*" did not complete successfully: exit code: 100
See this run: https://github.com/openmerlin/dockerfile/actions/runs/13299068132
Related issue:
Docker build fails due to segmentation fault after GitHub runner update (Ubuntu 24.04, QEMU issue?) actions/runner-images#11589
libc-bin segfaults ( script subprocess returned error exit status 139 ) ( qemu: uncaught target signal 11 (Segmentation fault) - core dumped ) docker/buildx#314
tonistiigi/binfmt:latest(qemu 9.2.0) segfault on ubuntu-24.04 / ubuntu-latest docker/setup-qemu-action#198