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

This commit is contained in:
nutchayut
2024-05-31 01:42:41 +07:00
parent d6b7e6274b
commit 7474d8583a

View File

@@ -11,7 +11,10 @@ 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 rsyslog-gssapi
#RUN DEBIAN_FRONTEND=noninteractive apt-get install -y libkrb5-3 #RUN DEBIAN_FRONTEND=noninteractive apt-get install -y libkrb5-3
#RUN DEBIAN_FRONTEND=noninteractive rm -rf /var/lib/apt/lists/* #RUN DEBIAN_FRONTEND=noninteractive rm -rf /var/lib/apt/lists/*
RUN ldconfig -p | grep libgssapi_krb5.so.2 RUN ldconfig -p | grep libgssapi_krb5.so.2
RUN ldconfig
FROM registry.71dev.com/dotnetaspnet:8.0 FROM registry.71dev.com/dotnetaspnet:8.0
WORKDIR /app WORKDIR /app
COPY --from=build-env /publish . COPY --from=build-env /publish .