mojad121 commited on
Commit
a6aa267
·
verified ·
1 Parent(s): 31f1ac4

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -2
Dockerfile CHANGED
@@ -4,8 +4,6 @@ WORKDIR /app
4
 
5
  RUN apt-get update && apt-get install -y \
6
  build-essential \
7
- ffmpeg \
8
- libsndfile1 \
9
  && rm -rf /var/lib/apt/lists/*
10
 
11
  RUN mkdir -p /app/.cache && chmod -R 777 /app/.cache
 
4
 
5
  RUN apt-get update && apt-get install -y \
6
  build-essential \
 
 
7
  && rm -rf /var/lib/apt/lists/*
8
 
9
  RUN mkdir -p /app/.cache && chmod -R 777 /app/.cache