Open 0xprofessooor opened 1 year ago
I'm also running into this, it seems machineid doesn't work during docker builds.
For now I just added this line so that machineid has something to work with to avoid the error:
RUN openssl rand -hex 16 > /etc/machine-id
Hi, I am running
machineid
in a code sandbox that uses a docker container. The package fails with error:Checking the package, I have the following
id()
method:In particular, I am running docker in linux, so I'm interested in the commands. As expected by the error, none of the linux specific paths has a valid machine id associated with it. We're wondering if this should be trying to read
/etc/hostname
if the other two checks fail?