Skip to content

Commit

Permalink
Fix deps #568 (#542)
Browse files Browse the repository at this point in the history
Co-authored-by: chen, suyue <[email protected]>
  • Loading branch information
huiyan2021 and chensuyue authored Aug 22, 2024
1 parent 5ba2561 commit c541d1d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion comps/dataprep/redis/langchain/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ RUN apt-get update -y && apt-get install -y --no-install-recommends --fix-missin
default-jre \
vim \
poppler-utils \
tesseract-ocr
tesseract-ocr \
libreoffice

RUN useradd -m -s /bin/bash user && \
mkdir -p /home/user && \
Expand Down

0 comments on commit c541d1d

Please sign in to comment.