From 28a34ee2698b3a16915c7a08669c7ad8441c5c5b Mon Sep 17 00:00:00 2001 From: kamonwan taengsuk Date: Fri, 4 Aug 2023 16:18:25 +0700 Subject: [PATCH] edit Dockerfile.dev --- Dockerfile.dev | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Dockerfile.dev b/Dockerfile.dev index 58a8052..fc7833c 100644 --- a/Dockerfile.dev +++ b/Dockerfile.dev @@ -8,8 +8,7 @@ RUN dotnet publish -o /publish --configuration Release; FROM registry.71dev.com/dotnetsdk:5.0 COPY . . RUN DEBIAN_FRONTEND=noninteractive apt-get update && apt-get install -y --no-install-recommends apt-utils -RUN apk add --no-cache msttcorefonts-installer fontconfig -RUN update-ms-fonts +RUN apk add --no-cache fontconfig RUN DEBIAN_FRONTEND=noninteractive apt-get install -y --allow-unauthenticated libc6-dev RUN DEBIAN_FRONTEND=noninteractive apt-get install -y --allow-unauthenticated libgdiplus RUN DEBIAN_FRONTEND=noninteractive apt-get install -y --allow-unauthenticated libx11-dev