OuroborosM commited on
Commit
8e45884
·
1 Parent(s): 7aee92e

correct docker file

Browse files
Files changed (1) hide show
  1. 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
- apt-get install ffmpeg
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 && \