mirror of
https://github.com/langgenius/dify.git
synced 2024-11-16 11:42:29 +08:00
fix: web reader tool missing nodejs (#932)
This commit is contained in:
parent
6c832ee328
commit
4ff1870a4b
|
@ -16,7 +16,7 @@ EXPOSE 5001
|
|||
WORKDIR /app/api
|
||||
|
||||
RUN apt-get update && \
|
||||
apt-get install -y bash curl wget vim gcc g++ python3-dev libc-dev libffi-dev
|
||||
apt-get install -y bash curl wget vim gcc g++ python3-dev libc-dev libffi-dev nodejs
|
||||
|
||||
COPY requirements.txt /app/api/requirements.txt
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user