OuroborosM commited on
Commit
3ffc911
·
1 Parent(s): 5e58f51

add additional apt

Browse files
Files changed (1) hide show
  1. Dockerfile +6 -1
Dockerfile CHANGED
@@ -15,7 +15,12 @@ RUN wget -O - https://www.openssl.org/source/openssl-1.1.1u.tar.gz | tar zxf - \
15
  && make -j $(nproc) \
16
  make install_sw install_ssldirs \
17
  ldconfig -v \
18
- export SSL_CERT_DIR=/etc/ssl/certs
 
 
 
 
 
19
 
20
  # Set up a new user named "user" with user ID 1000
21
  RUN useradd -m -u 1000 user
 
15
  && make -j $(nproc) \
16
  make install_sw install_ssldirs \
17
  ldconfig -v \
18
+ export SSL_CERT_DIR=/etc/ssl/certs \
19
+ export LD_LIBRARY_PATH=/usr/local/lib:$LD_LIBRARY_PATH
20
+
21
+ RUN apt-get update \
22
+ apt-get install build-essential libssl-dev ca-certificates libasound2 wget
23
+
24
 
25
  # Set up a new user named "user" with user ID 1000
26
  RUN useradd -m -u 1000 user