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

Install DNF package findutils in builder images #275

Merged
merged 1 commit into from
Jun 9, 2024

Conversation

Sopka
Copy link
Contributor

@Sopka Sopka commented Jun 6, 2024

The Gradle wrapper scripts necessitate the installation of the 'xargs' command. This command is supplied by the supplementary 'findutils' package.

The Gradle wrapper scripts necessitate the installation of the
'xargs' command. This command is supplied by the supplementary
'findutils' package.
@ThoSap
Copy link

ThoSap commented Jun 6, 2024

I always added the findutils package to my custom Dockerfile.multistage-native Dockerfile so Gradle works.
This is a welcome change, as I no longer need to do that, thanks!

RUN microdnf install -y --setopt=install_weak_deps=0 findutils \
 && microdnf clean all -y \
 && [ ! -d /var/cache/yum ] || rm -rf /var/cache/yum

@Sopka Sopka mentioned this pull request Jun 6, 2024
@cescoffier cescoffier merged commit cca7f9f into quarkusio:main Jun 9, 2024
8 checks passed
@cescoffier
Copy link
Member

Thanks!

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

Successfully merging this pull request may close these issues.

3 participants