Skip to content

Commit 99fc9fd

Browse files
fix install on debian_bookworm
1 parent 05c54af commit 99fc9fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile.debian

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ RUN mkdir -p /usr/share/geolite2 && \
5555

5656
COPY --from=ghcr.io/abcdesktopio/ntlm_auth:debian_bookworm /dist/*.deb /tmp
5757
RUN apt-get update && \
58-
apt-get install -y --allow-downgrades --no-install-recommends /tmp/*.deb && \
58+
apt-get install -y --allow-downgrades /tmp/*.deb && \
5959
apt-get clean && \
6060
rm -rf /var/lib/apt/lists/*
6161
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

Comments
 (0)