Spaces:
Runtime error
Runtime error
Commit
·
8e45884
1
Parent(s):
7aee92e
correct docker file
Browse files- Dockerfile +2 -2
Dockerfile
CHANGED
@@ -19,8 +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 |
|
26 |
# 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 |
+
RUN apt-get install ffmpeg
|
24 |
|
25 |
|
26 |
# RUN apt-get update && \
|