Skip to content

Commit bd8ffaf

Browse files
committed
chore: 增加中文支持
1 parent c2f7356 commit bd8ffaf

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/BootstrapBlazor.Server/Dockerfile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ FROM mcr.microsoft.com/dotnet/aspnet:9.0 AS base
55
WORKDIR /app
66
EXPOSE 8080
77

8+
RUN apt-get update && apt-get install -y wget
9+
RUN wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
10+
RUN apt install ./google-chrome-stable_current_amd64.deb
11+
RUN apt install fonts-wqy-microhei
12+
813
FROM mcr.microsoft.com/dotnet/sdk:9.0 AS build
914
WORKDIR /
1015
COPY . .

0 commit comments

Comments
 (0)