Spaces:
Paused
Paused
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -7,7 +7,7 @@ RUN mkdir -p /app && chown -R node:node /app
|
|
| 7 |
|
| 8 |
# Install necessary dependencies
|
| 9 |
RUN apt-get update && \
|
| 10 |
-
apt-get install -y \
|
| 11 |
ffmpeg \
|
| 12 |
webp \
|
| 13 |
git \
|
|
|
|
| 7 |
|
| 8 |
# Install necessary dependencies
|
| 9 |
RUN apt-get update && \
|
| 10 |
+
apt-get install -y --no-install-recommends \
|
| 11 |
ffmpeg \
|
| 12 |
webp \
|
| 13 |
git \
|