Spaces:
Paused
Paused
Update Dockerfile
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
|
@@ -1,5 +1,6 @@
|
|
| 1 |
FROM coturn/coturn:edge-debian
|
| 2 |
|
|
|
|
| 3 |
# Install dependencies: coturn, openssl, curl (for ngrok install), bash, socat
|
| 4 |
# RUN apk add --no-cache coturn openssl curl bash
|
| 5 |
|
|
|
|
| 1 |
FROM coturn/coturn:edge-debian
|
| 2 |
|
| 3 |
+
USER root
|
| 4 |
# Install dependencies: coturn, openssl, curl (for ngrok install), bash, socat
|
| 5 |
# RUN apk add --no-cache coturn openssl curl bash
|
| 6 |
|