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 bd8ffaf commit 9004a00Copy full SHA for 9004a00
src/BootstrapBlazor.Server/Dockerfile
@@ -6,9 +6,8 @@ WORKDIR /app
6
EXPOSE 8080
7
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
+RUN wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb && apt install ./google-chrome-stable_current_amd64.deb
12
13
FROM mcr.microsoft.com/dotnet/sdk:9.0 AS build
14
WORKDIR /
0 commit comments