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

Fix startup errors on ultra-lite image #1950

Merged
merged 2 commits into from
Sep 22, 2024

Conversation

yubiuser
Copy link
Contributor

Description

Currently, when starting the ultra-lite container and some errors/warnings are thrown.

/scripts/init-without-ocr.sh: line 24: /scripts/installFonts.sh: No such file or directory
chown: /usr/share/fonts/opentype/noto: No such file or directory
[WARN] Chown failed, running as host user

Those are fixed by

  • adding installFonts.sh
  • creating the empty directory /usr/share/fonts/opentype/noto

Checklist

  • I have read the Contribution Guidelines
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • My changes generate no new warnings
  • I have read the section Add New Translation Tags (for new translation tags only)

@github-actions github-actions bot added the Docker Pull requests that update Docker code label Sep 22, 2024
Signed-off-by: yubiuser <github@yubiuser.dev>
Signed-off-by: yubiuser <github@yubiuser.dev>
@yubiuser yubiuser marked this pull request as ready for review September 22, 2024 20:21
@yubiuser
Copy link
Contributor Author

I forced push the indention changes away. Those were added by vscode's docker extension by default. Sorry.

@yubiuser yubiuser requested a review from Frooodle September 22, 2024 20:23
@Frooodle Frooodle merged commit f47ed3b into Stirling-Tools:main Sep 22, 2024
2 checks passed
@yubiuser yubiuser deleted the fix/ulta_fonts branch September 22, 2024 20:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Docker Pull requests that update Docker code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants