Vitrous commited on
Commit
49920b6
·
verified ·
1 Parent(s): 335ca95

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -5
Dockerfile CHANGED
@@ -29,9 +29,9 @@ WORKDIR $HOME/app
29
  COPY --chown=user . $HOME/app
30
 
31
  # Download and extract ngrok
32
- RUN wget https://bin.equinox.io/c/4VmDzA7iaHb/ngrok-stable-linux-amd64.zip && \
33
- unzip ngrok-stable-linux-amd64.zip && \
34
- rm ngrok-stable-linux-amd64.zip
35
 
36
  # Create the destination directory for ngrok binary
37
  RUN mkdir -p $HOME/.local/bin
@@ -42,8 +42,6 @@ RUN mv ngrok $HOME/.local/bin/ngrok
42
  # Set permissions for ngrok
43
  RUN chmod +x $HOME/.local/bin/ngrok
44
 
45
- # Update ngrok
46
- RUN ngrok update
47
 
48
  # Create ngrok configuration
49
  RUN mkdir -p $HOME/.ngrok2 && \
 
29
  COPY --chown=user . $HOME/app
30
 
31
  # Download and extract ngrok
32
+ RUN wget https://bin.equinox.io/c/4VmDzA7iaHb/ngrok-v3-stable-linux-amd64.tgz && \
33
+ unzip ngrok-v3-stable-linux-amd64.zip && \
34
+ rm ngrok-v3-stable-linux-amd64.zip
35
 
36
  # Create the destination directory for ngrok binary
37
  RUN mkdir -p $HOME/.local/bin
 
42
  # Set permissions for ngrok
43
  RUN chmod +x $HOME/.local/bin/ngrok
44
 
 
 
45
 
46
  # Create ngrok configuration
47
  RUN mkdir -p $HOME/.ngrok2 && \