Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -29,7 +29,7 @@ RUN apk add --no-cache git python3 py3-pip make g++ build-base cairo-dev pango-d
|
|
| 29 |
|
| 30 |
# Install custom fonts
|
| 31 |
RUN mkdir -p /usr/share/fonts/truetype/custom
|
| 32 |
-
COPY
|
| 33 |
RUN chmod 644 /usr/share/fonts/truetype/custom/HanyiSentyPagoda Regular.ttf # 确保字体文件具有读取权限
|
| 34 |
RUN fc-cache -f -v
|
| 35 |
|
|
|
|
| 29 |
|
| 30 |
# Install custom fonts
|
| 31 |
RUN mkdir -p /usr/share/fonts/truetype/custom
|
| 32 |
+
COPY /fonts/HanyiSentyPagoda Regular.ttf /usr/share/fonts/truetype/custom/
|
| 33 |
RUN chmod 644 /usr/share/fonts/truetype/custom/HanyiSentyPagoda Regular.ttf # 确保字体文件具有读取权限
|
| 34 |
RUN fc-cache -f -v
|
| 35 |
|