Update Dockerfile
Browse files- 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
|