privateone commited on
Commit
75a759d
·
verified ·
1 Parent(s): 92a3558

Update Dockerfile

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