fixed
This commit is contained in:
@@ -5,7 +5,7 @@ RUN dotnet restore --configfile nuget.config
|
|||||||
RUN dotnet build
|
RUN dotnet build
|
||||||
RUN dotnet publish -o /publish --configuration Release;
|
RUN dotnet publish -o /publish --configuration Release;
|
||||||
|
|
||||||
FROM registry.71dev.com/dotnetaspnet:3.1
|
FROM registry.71dev.com/dotnetsdk:3.1
|
||||||
COPY . .
|
COPY . .
|
||||||
RUN DEBIAN_FRONTEND=noninteractive apt-get update && apt-get install -y --no-install-recommends apt-utils
|
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
|
RUN DEBIAN_FRONTEND=noninteractive apt-get install -y fontconfig
|
||||||
|
|||||||
Reference in New Issue
Block a user