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
By taking the README example and building docker image from existing cross-rs/cross images, apt-get is not available.
apt-get
x86_64-unknown-linux-gnu
cross 0.2.1
FROM ghcr.io/cross-rs/x86_64-unknown-linux-gnu:main RUN apt-get update
Which produce :
/bin/sh: apt-get: command not found
No response
The text was updated successfully, but these errors were encountered:
this is #680 and #669
We've switched to CentOS in the x86_64-unknown-linux-gnu image. Use yum update
yum update
Sorry, something went wrong.
ping #761 this is the exact problem we should avoid, causes confusion.
Okay, Thanks for the note !
No branches or pull requests
Checklist
Describe your issue
By taking the README example and building docker image from existing cross-rs/cross images,
apt-get
is not available.What target(s) are you cross-compiling for?
x86_64-unknown-linux-gnu
Which operating system is the host (e.g computer cross is on) running?
What architecture is the host?
What container engine is cross using?
cross version
cross 0.2.1
Example
Which produce :
Additional information / notes
No response
The text was updated successfully, but these errors were encountered: