Update Dockerfile
Browse files- Dockerfile +1 -4
Dockerfile
CHANGED
|
@@ -35,10 +35,7 @@ RUN rm -f /etc/apt/sources.list.d/*.list && \
|
|
| 35 |
xvfb \
|
| 36 |
&& rm -rf /var/lib/apt/lists/*
|
| 37 |
|
| 38 |
-
|
| 39 |
-
RUN mkdir -p /opt/novnc && \
|
| 40 |
-
ln -s /usr/share/novnc/* /opt/novnc/
|
| 41 |
-
|
| 42 |
# Clone repository
|
| 43 |
RUN git clone https://github.com/browser-use/web-ui.git
|
| 44 |
|
|
|
|
| 35 |
xvfb \
|
| 36 |
&& rm -rf /var/lib/apt/lists/*
|
| 37 |
|
| 38 |
+
|
|
|
|
|
|
|
|
|
|
| 39 |
# Clone repository
|
| 40 |
RUN git clone https://github.com/browser-use/web-ui.git
|
| 41 |
|