From 2b2461f8b3ce8430745bf10b484f5d244288899c Mon Sep 17 00:00:00 2001 From: kamonwan taengsuk Date: Fri, 4 Aug 2023 16:02:47 +0700 Subject: [PATCH] edit dockerfile --- Dockerfile.dev | 1 - 1 file changed, 1 deletion(-) diff --git a/Dockerfile.dev b/Dockerfile.dev index edeca8a..9d31d65 100644 --- a/Dockerfile.dev +++ b/Dockerfile.dev @@ -8,7 +8,6 @@ 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 DEBIAN_FRONTEND=noninteractive apt-get install -y 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