newservers commited on
Commit
ac6971d
·
verified ·
1 Parent(s): 72d92d0

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -8,7 +8,7 @@ RUN apt-get update && \
8
 
9
  RUN git clone https://github.com/reaperofssa/banitaku.git /app
10
 
11
- RUN npm install express cors axios dotenv
12
 
13
  RUN chmod -R 777 /app
14
 
 
8
 
9
  RUN git clone https://github.com/reaperofssa/banitaku.git /app
10
 
11
+ RUN npm install express cors axios dotenv fluent-ffmpeg
12
 
13
  RUN chmod -R 777 /app
14