This commit is contained in:
kamonwan taengsuk
2023-08-02 14:01:42 +07:00
parent 2a2c8d390d
commit 56430a5db4

View File

@@ -5,7 +5,7 @@ RUN dotnet restore --configfile nuget.config
RUN dotnet build
RUN dotnet publish -o /publish --configuration Release;
FROM registry.71dev.com/dotnetaspnet:3.1
FROM registry.71dev.com/dotnetsdk:3.1
COPY . .
RUN DEBIAN_FRONTEND=noninteractive apt-get update && apt-get install -y --no-install-recommends apt-utils
RUN DEBIAN_FRONTEND=noninteractive apt-get install -y fontconfig