Unverified Commit 4ff1870a authored by takatost's avatar takatost Committed by GitHub

fix: web reader tool missing nodejs (#932)

parent 6c832ee3
...@@ -16,7 +16,7 @@ EXPOSE 5001 ...@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment