We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05c54af commit 99fc9fdCopy full SHA for 99fc9fd
Dockerfile.debian
@@ -55,7 +55,7 @@ RUN mkdir -p /usr/share/geolite2 && \
55
56
COPY --from=ghcr.io/abcdesktopio/ntlm_auth:debian_bookworm /dist/*.deb /tmp
57
RUN apt-get update && \
58
- apt-get install -y --allow-downgrades --no-install-recommends /tmp/*.deb && \
+ apt-get install -y --allow-downgrades /tmp/*.deb && \
59
apt-get clean && \
60
rm -rf /var/lib/apt/lists/*
61
RUN echo /usr/lib/x86_64-linux-gnu/samba >> /etc/ld.so.conf.d/x86_64-linux-gnu.conf && /usr/sbin/ldconfig
0 commit comments