mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-08-04 13:05:21 +02:00
fix: Change libldap-2.4-2 to libldap-common in docker (#2429)
This commit is contained in:
parent
9557b3f0b6
commit
d1b06e7339
2 changed files with 2 additions and 2 deletions
|
@ -73,7 +73,7 @@ RUN apt-get update \
|
||||||
gosu \
|
gosu \
|
||||||
iproute2 \
|
iproute2 \
|
||||||
tesseract-ocr-all \
|
tesseract-ocr-all \
|
||||||
libldap-2.4-2 \
|
libldap-common \
|
||||||
&& apt-get autoremove \
|
&& apt-get autoremove \
|
||||||
&& rm -rf /var/lib/apt/lists/*
|
&& rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
|
|
|
@ -98,7 +98,7 @@ RUN apt-get update \
|
||||||
tesseract-ocr-all \
|
tesseract-ocr-all \
|
||||||
curl \
|
curl \
|
||||||
gnupg \
|
gnupg \
|
||||||
libldap-2.4-2 \
|
libldap-common \
|
||||||
&& apt-get autoremove \
|
&& apt-get autoremove \
|
||||||
&& rm -rf /var/lib/apt/lists/*
|
&& rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue