Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(ubuntu): add commands so apt-get can install libc
specifically: rm /var/lib/dpkg/info/libc-bin.* && apt-get clean to fix errors like #9 101.2 qemu: uncaught target signal 11 (Segmentation fault) - core dumped #9 101.6 Segmentation fault (core dumped) #9 101.7 qemu: uncaught target signal 11 (Segmentation fault) - core dumped #9 102.1 Segmentation fault (core dumped) #9 102.1 dpkg: error processing package libc-bin (--configure): #9 102.1 installed libc-bin package post-installation script subprocess returned error exit status 139 from https://github.com/spinnaker/front50/actions/runs/13294117039/job/37121766728?pr=1528 suggestion from https://stackoverflow.com/a/78107622
- Loading branch information