Skip to content

Commit 9004a00

Browse files
committed
chore: 调整命令顺序
1 parent bd8ffaf commit 9004a00

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/BootstrapBlazor.Server/Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,8 @@ WORKDIR /app
66
EXPOSE 8080
77

88
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
119
RUN apt install fonts-wqy-microhei
10+
RUN wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb && apt install ./google-chrome-stable_current_amd64.deb
1211

1312
FROM mcr.microsoft.com/dotnet/sdk:9.0 AS build
1413
WORKDIR /

0 commit comments

Comments
 (0)