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

Unsure if this is a bug: Is gcc needed at runtime for hugo extended? #69

Closed
xuhdev opened this issue Apr 3, 2024 · 2 comments · Fixed by #70
Closed

Unsure if this is a bug: Is gcc needed at runtime for hugo extended? #69

xuhdev opened this issue Apr 3, 2024 · 2 comments · Fixed by #70

Comments

@xuhdev
Copy link

xuhdev commented Apr 3, 2024

I saw that gcc is installed on an image with hugo extended:

RUN if [[ -n "$HUGO_EXTENDED" ]]; then apk add --no-cache gcc; fi

Is this really needed at runtime? I don't see anywhere in hugo's doc that says so.

@razonyang
Copy link
Member

Is this really needed at runtime? I don't see anywhere in hugo's doc that says so.

gcc is required to build Hugo extended version, but it seems a legacy issue of refactoring.

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 a pull request may close this issue.

2 participants