Skip to content
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

How to extend image? #13

Open
vk496 opened this issue Aug 11, 2019 · 2 comments
Open

How to extend image? #13

vk496 opened this issue Aug 11, 2019 · 2 comments

Comments

@vk496
Copy link

vk496 commented Aug 11, 2019

Related with the #12 , I would like to install some extra software in the image (gcc for example) from source. If I use slackpkg, it would download the binaries for x86-64, which would work only for x64 Docker images.

Basically, I want to declare something like this:

FROM vbatts/slackware

RUN "apt-get" install gcc

And it would no matter if I build this from a x86_64 or arm64 machine.

I was looking https://github.com/vbatts/slackware-container/blob/master/mkimage-slackware.sh, but I'm not sure if it would be easy to reuse the code from a slackware container.

@vk496
Copy link
Author

vk496 commented Aug 11, 2019

Oh, I just noticed that the image is also created from the binaries...

@vbatts
Copy link
Owner

vbatts commented Aug 12, 2019 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants