Spaces:
Paused
Paused
Update Dockerfile
Browse files- Dockerfile +3 -3
Dockerfile
CHANGED
|
@@ -12,11 +12,11 @@ USER root
|
|
| 12 |
# && rm /tmp/ngrok.zip \
|
| 13 |
# && chmod +x /usr/local/bin/ngrok
|
| 14 |
|
| 15 |
-
RUN
|
| 16 |
-
&&
|
| 17 |
|
| 18 |
# Install socat and openssl for certificate generation
|
| 19 |
-
RUN apk add --no-cache socat openssl
|
| 20 |
|
| 21 |
# Create cert directory
|
| 22 |
# RUN mkdir -p /etc/turn/certs
|
|
|
|
| 12 |
# && rm /tmp/ngrok.zip \
|
| 13 |
# && chmod +x /usr/local/bin/ngrok
|
| 14 |
|
| 15 |
+
RUN apt update \
|
| 16 |
+
&& apt install ngrok openssl curl bash
|
| 17 |
|
| 18 |
# Install socat and openssl for certificate generation
|
| 19 |
+
# RUN apk add --no-cache socat openssl
|
| 20 |
|
| 21 |
# Create cert directory
|
| 22 |
# RUN mkdir -p /etc/turn/certs
|