We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
apt-get
Attempt to build a Debian based OSI image produces an error due to missing apt-get command in container:
$ fatbuildrctl build -a node-debian11 -s firehpc/envs --watch Submitted node-debian11 build task a5f79411-d091-492e-bbb9-44b718be5ced ⚬ INFO: Running build a5f79411-d091-492e-bbb9-44b718be5ced ⚬ INFO: Extracting tarball /run/fatbuildr/fatbuildr-artifact-6v2d61ei.tar.xz in destination /var/lib/fatbuildr/workspaces/default/a5f79411-d091-492e-bbb9-44b718be5ced ⚬ INFO: Building the OS image based node-debian11 ‣ Changing ownership of output file /var/lib/fatbuildr/workspaces/default/a5f79411-d091-492e-bbb9-44b718be5ced/debian~bullseye to user root… ‣ Changed ownership of /var/lib/fatbuildr/workspaces/default/a5f79411-d091-492e-bbb9-44b718be5ced/debian~bullseye ‣ Removing output files… ‣ Detaching namespace ‣ Setting up temporary workspace. ‣ Temporary workspace set up in /var/tmp/mkosi-b25g1iz7 ‣ Running second (final) stage… ‣ Mounting image… ‣ Setting up basic OS tree… ‣ Mounting Package Cache ‣ Installing Debian… W: Cannot check Release signature; keyring file not available /usr/share/keyrings/debian-archive-keyring.gpg I: Retrieving InRelease I: Retrieving Packages I: Validating Packages I: Resolving dependencies of required packages... ... I: Unpacking openssl... I: Configuring the base system... I: Configuring openssl... I: Configuring ca-certificates... I: Configuring ca-certificates... I: Base system installed successfully. ‣ Mounting API VFS… ‣ Error: /usr/bin/apt-get not found in PATH.
The text was updated successfully, but these errors were encountered:
56bab0b
rezib
No branches or pull requests
Attempt to build a Debian based OSI image produces an error due to missing
apt-get
command in container:The text was updated successfully, but these errors were encountered: