Spaces:
Paused
Paused
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -1,4 +1,4 @@
|
|
| 1 |
-
FROM
|
| 2 |
|
| 3 |
RUN apt-get -qqy update \
|
| 4 |
&& apt-get -qqy install python3 python-is-python3 pip \
|
|
|
|
| 1 |
+
FROM selenium/node-chromium
|
| 2 |
|
| 3 |
RUN apt-get -qqy update \
|
| 4 |
&& apt-get -qqy install python3 python-is-python3 pip \
|