diff --git a/ManagerService/Dockerfile b/ManagerService/Dockerfile index 826f062..8823fc1 100644 --- a/ManagerService/Dockerfile +++ b/ManagerService/Dockerfile @@ -1,6 +1,7 @@ #See https://aka.ms/containerfastmode to understand how Visual Studio uses this Dockerfile to build your images for faster debugging. FROM mcr.microsoft.com/dotnet/aspnet:6.0 AS base +RUN apt-get update && apt-get install -y apt-utils libgdiplus libc6-dev WORKDIR /app EXPOSE 80 VOLUME ["/etc/managerservice"]