Spaces:
Runtime error
Runtime error
MohammedAlakhras
commited on
Update Dockerfile
Browse files- 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 |
-
#
|
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 |
-
#
|
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
|