We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed115f2 commit 53a0d1aCopy full SHA for 53a0d1a
2 files changed
LICENSE
@@ -1,6 +1,6 @@
1
MIT License
2
3
-Copyright (c) 2024 Ralf Langebrake
+Copyright (c) 2025 Ralf Langebrake
4
5
Permission is hereby granted, free of charge, to any person obtaining a copy
6
of this software and associated documentation files (the "Software"), to deal
src/Dockerfile
@@ -29,7 +29,8 @@ RUN apk add --update \
29
font-noto \
30
font-noto-cjk \
31
font-awesome \
32
- font-noto-extra
+ font-noto-extra \
33
+ font-roboto
34
35
### build essentials for node canvas
36
RUN apk add --update --no-cache \
0 commit comments