Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
@@ -5,6 +5,7 @@ WORKDIR /app
|
|
5 |
RUN apt-get update && apt-get install -y --no-install-recommends \
|
6 |
ffmpeg \
|
7 |
git \
|
|
|
8 |
&& rm -rf /var/lib/apt/lists/*
|
9 |
|
10 |
RUN pip install --no-cache-dir pip==24.0
|
|
|
5 |
RUN apt-get update && apt-get install -y --no-install-recommends \
|
6 |
ffmpeg \
|
7 |
git \
|
8 |
+
build-essential \
|
9 |
&& rm -rf /var/lib/apt/lists/*
|
10 |
|
11 |
RUN pip install --no-cache-dir pip==24.0
|