As the title describes, I have a working executable in an Ubuntu container that I use to build my app, but once I copy it in an Alpine container, I get Device or resource busy with the same executable and I’m a bit confused on what is going on. Here’s my dockerfile: ARG ALPINE_VERSION=3.12 ARG ..
Category : alpine
I am trying to use Alpine Linux for a containerized C++ application. We are trying to switch from Ubuntu to Alpine Linux due to image size. I encountered several errors in the C++ build process, and most of them were resolved by installing the appropriate package. I have finally reached a point where I cannot ..
Im trying to do a docker compose build, and I’m getting the same error. Ive tried removing and installing setuptools and cairocffi iwth pip 3 but have had not joy. Also tried going down a number of rabbit holes with finding out what gcc was but again no joy. Even tried copying to Ubuntu machine ..
Recent Comments