File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
FAQs/Copy-fonts-to-linux-containers
Word-to-Image-conversion/Convert-Word-to-image/Linux/Convert-Word-Document-to-Image Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 99
1010 <ItemGroup >
1111 <PackageReference Include =" Microsoft.VisualStudio.Azure.Containers.Tools.Targets" Version =" 1.10.14" />
12- <PackageReference Include =" SkiaSharp.NativeAssets.Linux" Version =" 2.88.0-preview.209 " />
13- <PackageReference Include =" HarfBuzzSharp.NativeAssets.Linux" Version =" 2.8.2-preview.209 " />
12+ <PackageReference Include =" SkiaSharp.NativeAssets.Linux" Version =" 2.88.6 " />
13+ <PackageReference Include =" HarfBuzzSharp.NativeAssets.Linux" Version =" 7.3.0 " />
1414 <PackageReference Include =" Syncfusion.DocIORenderer.Net.Core" Version =" *" />
1515 </ItemGroup >
1616
Original file line number Diff line number Diff line change 11# See https://aka.ms/containerfastmode to understand how Visual Studio uses this Dockerfile to build your images for faster debugging.
22
3- FROM mcr.microsoft.com/dotnet/runtime:3.1-bionic AS base
3+ FROM mcr.microsoft.com/dotnet/runtime:8.0-jammy AS base
44RUN apt-get update -y && apt-get install fontconfig -y
55WORKDIR /app
66# Copy fonts to linux containers from a folder.
77COPY ["Fonts/*.*" , "/usr/local/share/fonts/" ]
8- FROM mcr.microsoft.com/dotnet/sdk:3.1-bionic AS build
8+ FROM mcr.microsoft.com/dotnet/sdk:8.0-jammy AS build
99WORKDIR /src
1010COPY ["Copy-fonts-to-linux-containers.csproj" , "." ]
1111RUN dotnet restore "./Copy-fonts-to-linux-containers.csproj"
Original file line number Diff line number Diff line change 99 </PropertyGroup >
1010
1111 <ItemGroup >
12- <PackageReference Include =" HarfBuzzSharp.NativeAssets.Linux" Version =" 2.8.2.2 " />
13- <PackageReference Include =" SkiaSharp.NativeAssets.Linux" Version =" 2.88.2 " />
12+ <PackageReference Include =" HarfBuzzSharp.NativeAssets.Linux" Version =" 7.3.0 " />
13+ <PackageReference Include =" SkiaSharp.NativeAssets.Linux" Version =" 2.88.6 " />
1414 <PackageReference Include =" Syncfusion.DocIORenderer.Net.Core" Version =" *" />
1515 </ItemGroup >
1616
You can’t perform that action at this time.
0 commit comments