mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-07-09 03:04:54 -04:00
fix: Change libldap-2.4-2 to libldap-common in docker (#2429)
This commit is contained in:
parent
9557b3f0b6
commit
d1b06e7339
@ -73,7 +73,7 @@ RUN apt-get update \
|
||||
gosu \
|
||||
iproute2 \
|
||||
tesseract-ocr-all \
|
||||
libldap-2.4-2 \
|
||||
libldap-common \
|
||||
&& apt-get autoremove \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
|
@ -98,7 +98,7 @@ RUN apt-get update \
|
||||
tesseract-ocr-all \
|
||||
curl \
|
||||
gnupg \
|
||||
libldap-2.4-2 \
|
||||
libldap-common \
|
||||
&& apt-get autoremove \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user