edit Dockerfile.dev
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
kamonwan taengsuk
2023-08-04 16:18:25 +07:00
parent 8eaf796ac4
commit 28a34ee269

View File

@@ -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