-
Notifications
You must be signed in to change notification settings - Fork 27
Open
Description
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.
Metadata
Metadata
Assignees
Labels
No labels