pythops / jetson-image

💾 Create minimalist, Ubuntu based images for the Nvidia jetson boards
371 stars 108 forks source link

workaround for libc error on ubuntu 22.04 build #144 #145

Closed richyo-work closed 1 week ago

richyo-work commented 2 weeks ago

reference: https://stackoverflow.com/questions/73710118/trying-to-update-libc-bin-error-state-134-cant-sudo-install-net-tools/76260513#76260513 https://stackoverflow.com/questions/78105004/docker-build-fails-because-unable-to-install-libc-bin

jglenn9k commented 1 week ago

Building 22.04 rootfs was throwing segfault. This MR solved my problem. Thank you.

pythops commented 1 week ago

thanks @richyo-work for your PR :pray: