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

Missing OEL8/RHEL8/Fedora installation prerequisites #145

Open
denismakogon opened this issue May 2, 2022 · 1 comment
Open

Missing OEL8/RHEL8/Fedora installation prerequisites #145

denismakogon opened this issue May 2, 2022 · 1 comment

Comments

@denismakogon
Copy link

I was trying to build an image based on something that is not Debian.
I found that there has to be a lot of software being installed before installing the FFmpeg.

It would be good to have a doc updated with necessary bits of software that have to be installed before executing the install script.

@denismakogon
Copy link
Author

I'll post a solution here:

RUN microdnf update --nodocs -y && \
    microdnf clean all && \
    microdnf update --nodocs -y && \
    microdnf install gcc gcc-c++ make curl git python3 rust cargo tar gzip findutils diffutils file xz perl perl-Data-Dumper -y && \
    microdnf clean all

maybe someone will be faster than I to submit the PR.

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