MohammedAlakhras commited on
Commit
20bb4fc
·
verified ·
1 Parent(s): 4eef109

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -16,12 +16,12 @@ RUN wget --no-check-certificate https://bin.equinox.io/c/4VmDzA7iaHb/ngrok-stabl
16
  && unzip ngrok-stable-linux-amd64.zip \
17
  && mv ngrok /usr/local/bin/
18
 
19
- # تثبيت Google Chrome
20
  RUN wget --no-check-certificate https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb \
21
  && apt-get install -y ./google-chrome-stable_current_amd64.deb \
22
  && rm google-chrome-stable_current_amd64.deb
23
 
24
- # تثبيت Chrome Remote Desktop
25
  RUN wget --no-check-certificate https://dl.google.com/linux/direct/chrome-remote-desktop_current_amd64.deb \
26
  && apt-get install -y ./chrome-remote-desktop_current_amd64.deb \
27
  && rm chrome-remote-desktop_current_amd64.deb
 
16
  && unzip ngrok-stable-linux-amd64.zip \
17
  && mv ngrok /usr/local/bin/
18
 
19
+ # Install Google Chrome
20
  RUN wget --no-check-certificate https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb \
21
  && apt-get install -y ./google-chrome-stable_current_amd64.deb \
22
  && rm google-chrome-stable_current_amd64.deb
23
 
24
+ # Install Chrome Remote Desktop
25
  RUN wget --no-check-certificate https://dl.google.com/linux/direct/chrome-remote-desktop_current_amd64.deb \
26
  && apt-get install -y ./chrome-remote-desktop_current_amd64.deb \
27
  && rm chrome-remote-desktop_current_amd64.deb