Spaces:
Runtime error
Runtime error
Commit
·
7aee92e
1
Parent(s):
5735be2
update docker file with ffmpeg
Browse files- Dockerfile +2 -1
Dockerfile
CHANGED
@@ -19,7 +19,8 @@ ENV SSL_CERT_DIR=/usr/lib/ssl/certs
|
|
19 |
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 |
|
24 |
|
25 |
# RUN apt-get update && \
|
|
|
19 |
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 |
+
apt-get install ffmpeg
|
24 |
|
25 |
|
26 |
# RUN apt-get update && \
|