Spaces:
Runtime error
Runtime error
Commit
·
f94fce4
1
Parent(s):
3ffc911
apt update
Browse files- Dockerfile +1 -2
Dockerfile
CHANGED
@@ -18,8 +18,7 @@ RUN wget -O - https://www.openssl.org/source/openssl-1.1.1u.tar.gz | tar zxf - \
|
|
18 |
export SSL_CERT_DIR=/etc/ssl/certs \
|
19 |
export LD_LIBRARY_PATH=/usr/local/lib:$LD_LIBRARY_PATH
|
20 |
|
21 |
-
RUN apt-get
|
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
|
|
|
18 |
export SSL_CERT_DIR=/etc/ssl/certs \
|
19 |
export LD_LIBRARY_PATH=/usr/local/lib:$LD_LIBRARY_PATH
|
20 |
|
21 |
+
RUN apt-get install build-essential libssl-dev ca-certificates libasound2 wget
|
|
|
22 |
|
23 |
|
24 |
# Set up a new user named "user" with user ID 1000
|