Spaces:
Paused
Paused
Update Dockerfile
Browse files- Dockerfile +2 -2
Dockerfile
CHANGED
|
@@ -4,7 +4,7 @@ FROM coturn/coturn:edge-debian
|
|
| 4 |
USER root
|
| 5 |
|
| 6 |
# Install dependencies: coturn, openssl, curl (for ngrok install), bash, socat
|
| 7 |
-
RUN apk add --no-cache coturn openssl curl bash
|
| 8 |
|
| 9 |
# # Download and install ngrok (latest Linux amd64)
|
| 10 |
# RUN curl -s https://bin.equinox.io/c/4VmDzA7iaHb/ngrok-v3-stable-linux-amd64.zip -o /tmp/ngrok.zip \
|
|
@@ -13,7 +13,7 @@ RUN apk add --no-cache coturn openssl curl bash
|
|
| 13 |
# && chmod +x /usr/local/bin/ngrok
|
| 14 |
|
| 15 |
RUN sudo apt update \
|
| 16 |
-
&& sudo apt install ngrok
|
| 17 |
|
| 18 |
# Install socat and openssl for certificate generation
|
| 19 |
RUN apk add --no-cache socat openssl
|
|
|
|
| 4 |
USER root
|
| 5 |
|
| 6 |
# Install dependencies: coturn, openssl, curl (for ngrok install), bash, socat
|
| 7 |
+
# RUN apk add --no-cache coturn openssl curl bash
|
| 8 |
|
| 9 |
# # Download and install ngrok (latest Linux amd64)
|
| 10 |
# RUN curl -s https://bin.equinox.io/c/4VmDzA7iaHb/ngrok-v3-stable-linux-amd64.zip -o /tmp/ngrok.zip \
|
|
|
|
| 13 |
# && chmod +x /usr/local/bin/ngrok
|
| 14 |
|
| 15 |
RUN sudo apt update \
|
| 16 |
+
&& sudo apt install ngrok openssl curl bash
|
| 17 |
|
| 18 |
# Install socat and openssl for certificate generation
|
| 19 |
RUN apk add --no-cache socat openssl
|