Vitrous commited on
Commit
335ca95
·
verified ·
1 Parent(s): 525e9c6

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -3
Dockerfile CHANGED
@@ -32,9 +32,6 @@ COPY --chown=user . $HOME/app
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
- # Update ngrok
37
- RUN ngrok update
38
 
39
  # Create the destination directory for ngrok binary
40
  RUN mkdir -p $HOME/.local/bin
 
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