Skip to content

How to extend image? #13

@vk496

Description

@vk496

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions