From 8a81f1f9f59829ac0ce23c303874c604fddd0b33 Mon Sep 17 00:00:00 2001 From: nutchayut Date: Fri, 31 May 2024 01:47:00 +0700 Subject: [PATCH] b --- OCPP.Core.Server/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OCPP.Core.Server/Dockerfile b/OCPP.Core.Server/Dockerfile index 0a6e817..c581f9f 100644 --- a/OCPP.Core.Server/Dockerfile +++ b/OCPP.Core.Server/Dockerfile @@ -7,7 +7,7 @@ RUN dotnet publish OCPP.Core.Server/OCPP.Core.Server.csproj -o /publish #RUN dotnet publish -o /publish --configuration Release ; # Publish Stage RUN DEBIAN_FRONTEND=noninteractive apt-get update -y && apt-get install -y -$RUN DEBIAN_FRONTEND=noninteractive apt-get install -y libkrb5-dev +#RUN DEBIAN_FRONTEND=noninteractive apt-get install -y libkrb5-dev RUN DEBIAN_FRONTEND=noninteractive apt-get install -y rsyslog-gssapi RUN DEBIAN_FRONTEND=noninteractive apt-get install -y libkrb5-3 #RUN DEBIAN_FRONTEND=noninteractive rm -rf /var/lib/apt/lists/*