Skip to content

Commit

Permalink
install font in dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
qiuhaotc committed May 15, 2023
1 parent 549c6b4 commit e267b9b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/WebSSH/Server/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ WORKDIR /app
EXPOSE 80
EXPOSE 443

RUN apt-get update; apt-get install -y fontconfig fonts-liberation
RUN fc-cache -f -v

FROM mcr.microsoft.com/dotnet/sdk:7.0 AS build
WORKDIR /src
COPY ["WebSSH/Server/WebSSH.Server.csproj", "WebSSH/Server/"]
Expand Down

0 comments on commit e267b9b

Please sign in to comment.