Skip to content

Commit

Permalink
MOD:增加js依赖
Browse files Browse the repository at this point in the history
  • Loading branch information
ShilongLee committed Jul 15, 2024
1 parent 1d7384c commit 2cf5c25
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ RUN apt-get update && apt-get install -y \
cmake \
pkg-config \
libffi-dev \
nodejs \
npm \
&& pip3 install --no-cache-dir -r requirements.txt \
&& apt-get clean \
&& rm -rf /var/cache/apk/* \
Expand Down

0 comments on commit 2cf5c25

Please sign in to comment.