@dmnks commented on this pull request.


> @@ -0,0 +1,17 @@
+FROM registry.fedoraproject.org/fedora:41
+
+RUN dnf install -y \
+    gcc \
+    gcc-c++ \

Indeed :laughing: There's a lot going on, including C++ compilation, when 
installing the required gems. Somewhat I feel more comfortable to just do it a 
container, hence the `JEKYLL_BIN` option that defaults to `podman`.

Of course, people who develop with Ruby likely have this stuff already 
installed locally or system-wide and thus don't need (or want, really) to 
duplicate all that data once again in a container, so there's the `bundler` 
option too. This is also useful for when you already build RPM inside an 
interactive container (like Toolbox) and want to run "make site" from it.

-- 
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/pull/3666#discussion_r2005186982
You are receiving this because you are subscribed to this thread.

Message ID: <rpm-software-management/rpm/pull/3666/review/2701912...@github.com>
_______________________________________________
Rpm-maint mailing list
Rpm-maint@lists.rpm.org
https://lists.rpm.org/mailman/listinfo/rpm-maint

Reply via email to