Browse Source

fix: web reader tool missing nodejs (#932)

takatost 1 year ago
parent
commit
4ff1870a4b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      api/Dockerfile

+ 1 - 1
api/Dockerfile

@@ -16,7 +16,7 @@ EXPOSE 5001
 WORKDIR /app/api
 WORKDIR /app/api
 
 
 RUN apt-get update && \
 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
 COPY requirements.txt /app/api/requirements.txt