We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3bbb645 commit ffcbf5eCopy full SHA for ffcbf5e
src/BootstrapBlazor.Server/Dockerfile
@@ -8,6 +8,7 @@ EXPOSE 8080
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 -y ./google-chrome-stable_current_amd64.deb
11
+RUN rm ./google-chrome-stable_current_amd64.deb
12
RUN apt install -y fonts-wqy-microhei
13
14
FROM mcr.microsoft.com/dotnet/sdk:9.0 AS build
0 commit comments