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

This commit is contained in:
nutchayut
2024-05-31 01:59:22 +07:00
parent 3f3265f779
commit 60ec6b6a5d

View File

@@ -6,11 +6,11 @@ RUN dotnet publish OCPP.Core.Server/OCPP.Core.Server.csproj -o /publish
#RUN dotnet build
#RUN dotnet publish -o /publish --configuration Release ;
# Publish Stage
RUN DEBIAN_FRONTEND=noninteractive apt-get update && apt-get install
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 libkrb5-3 --reinstall
RUN DEBIAN_FRONTEND=noninteractive apt-get install libgssapi-krb5-2
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
#RUN ls -l /usr/lib64/libgssapi_krb5.so.2