Spaces:
Runtime error
Runtime error
Commit
·
83827d3
1
Parent(s):
8e45884
correct apt -y
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -20,7 +20,7 @@ ENV LD_LIBRARY_PATH=/usr/local/lib:$LD_LIBRARY_PATH
|
|
20 |
|
21 |
RUN apt-get update
|
22 |
RUN apt-get install build-essential libssl-dev ca-certificates libasound2 wget
|
23 |
-
RUN apt-get install ffmpeg
|
24 |
|
25 |
|
26 |
# RUN apt-get update && \
|
|
|
20 |
|
21 |
RUN apt-get update
|
22 |
RUN apt-get install build-essential libssl-dev ca-certificates libasound2 wget
|
23 |
+
RUN apt-get install -y ffmpeg
|
24 |
|
25 |
|
26 |
# RUN apt-get update && \
|