Skip to content

Commit ffcbf5e

Browse files
committed
chore: 增加删除包脚本
1 parent 3bbb645 commit ffcbf5e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/BootstrapBlazor.Server/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ EXPOSE 8080
88
RUN apt-get update && apt-get install -y wget
99
RUN wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
1010
RUN apt install -y ./google-chrome-stable_current_amd64.deb
11+
RUN rm ./google-chrome-stable_current_amd64.deb
1112
RUN apt install -y fonts-wqy-microhei
1213

1314
FROM mcr.microsoft.com/dotnet/sdk:9.0 AS build

0 commit comments

Comments
 (0)