-
-
Notifications
You must be signed in to change notification settings - Fork 213
add: alpine rust and python image #2167
New issue
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
base: master
Are you sure you want to change the base?
add: alpine rust and python image #2167
Conversation
Signed-off-by: Bandhan Majumder <bandhanmajumder16@gmail.com>
wheel dependency issue persists. It's not completed yet. will add the fix soon edit: it's working now. But it's of size 1.75 GB which it should not be. Working on that |
Signed-off-by: Bandhan Majumder <bandhanmajumder16@gmail.com>
cb790ff
to
e16a9cc
Compare
Signed-off-by: Bandhan Majumder <bandhanmajumder16@gmail.com>
npm \ | ||
openssl-dev \ | ||
pkgconfig \ | ||
py3-pip \ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not sure why we are install python and then simply removing them later. Same with gcc. Can you only include what is only needed to install cdxgen here?
discussion: #2162