b
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
nutchayut
2024-05-31 02:02:09 +07:00
parent 60ec6b6a5d
commit 187822eed3

View File

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