Skip to content

Commit 40743b4

Browse files
KingPinKingPin
authored andcommitted
fix(v2): fix libldap package for trixie
1 parent 8e30237 commit 40743b4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile.v2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ RUN if [ "$BASEOS" = "trixie" ] || [ "$BASEOS" = "bookworm" ]; then \
142142
libwebp7 \
143143
libavif16t64 \
144144
libicu72 \
145-
libldap-2.5-0 \
145+
libldap2 \
146146
libuuid1 \
147147
libxpm4 && \
148148
rm -rf /var/lib/apt/lists/*; \

0 commit comments

Comments
 (0)