From 187822eed379aef2f310052e63ab43d1136c8741 Mon Sep 17 00:00:00 2001 From: nutchayut Date: Fri, 31 May 2024 02:02:09 +0700 Subject: [PATCH] b --- OCPP.Core.Server/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/OCPP.Core.Server/Dockerfile b/OCPP.Core.Server/Dockerfile index 262aab1..0ddf2f6 100644 --- a/OCPP.Core.Server/Dockerfile +++ b/OCPP.Core.Server/Dockerfile @@ -8,8 +8,8 @@ RUN dotnet publish OCPP.Core.Server/OCPP.Core.Server.csproj -o /publish # 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 rsyslog-gssapi -RUN DEBIAN_FRONTEND=noninteractive apt-get install -y libkrb5-3 --reinstall +#RUN DEBIAN_FRONTEND=noninteractive apt-get install -y rsyslog-gssapi +#RUN DEBIAN_FRONTEND=noninteractive apt-get install -y libkrb5-3 --reinstall RUN DEBIAN_FRONTEND=noninteractive apt-get install -y libgssapi-krb5-2 #RUN DEBIAN_FRONTEND=noninteractive rm -rf /var/lib/apt/lists/* #RUN ls -l /usr/lib/libgssapi_krb5.so.2