privateone commited on
Commit
7bacb80
·
verified ·
1 Parent(s): 9de2f12

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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