Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -18,7 +18,7 @@ WORKDIR /app
|
|
18 |
|
19 |
# RUN useradd -m -u 1000 user
|
20 |
|
21 |
-
RUN
|
22 |
git \
|
23 |
ffmpeg \
|
24 |
curl \
|
|
|
18 |
|
19 |
# RUN useradd -m -u 1000 user
|
20 |
|
21 |
+
RUN apt-get update && apt-get install --no-install-recommends -y \
|
22 |
git \
|
23 |
ffmpeg \
|
24 |
curl \
|