When running Docker file, I faced some problems:
*stdin*:22: libguestfs: error: source ‘/tmp/blubber//rpi/fallback-ntp.conf’ does not exist (or cannot be read)
*stdin*:28: libguestfs: error: source ‘/tmp/blubber//rpi/keys/’ does not exist (or cannot be read)
Adding it manually, solved the issue for me.
Can we include it in Dockerfile?
When running Docker file, I faced some problems:
*stdin*:22: libguestfs: error: source ‘/tmp/blubber//rpi/fallback-ntp.conf’ does not exist (or cannot be read)*stdin*:28: libguestfs: error: source ‘/tmp/blubber//rpi/keys/’ does not exist (or cannot be read)Adding it manually, solved the issue for me.
Can we include it in Dockerfile?