Skip to content

Commit b37d7a1

Browse files
authored
Add gdi plus to image (#1381)
1 parent 35b7419 commit b37d7a1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/JoinRpg.Portal/Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ RUN dotnet publish src/JoinRpg.Portal -c Release -o out
88
FROM mcr.microsoft.com/dotnet/aspnet:5.0.5
99
WORKDIR /app
1010
COPY --from=build-env /app/out .
11+
12+
#We need this to ClosedXML to work
13+
RUN apt-get update && apt-get install -y apt-utils libgdiplus libc6-dev
1114
ENTRYPOINT ["dotnet", "JoinRpg.Portal.dll"]
1215

1316
EXPOSE 80/tcp

0 commit comments

Comments
 (0)