Update Dockerfile
Browse files- Dockerfile +1 -2
Dockerfile
CHANGED
@@ -1,6 +1,5 @@
|
|
1 |
from ubuntu
|
2 |
-
|
3 |
-
FROM node:16.16.0 as base
|
4 |
# Chrome dependency Instalation
|
5 |
RUN apt-get update && apt-get install -y \
|
6 |
fonts-liberation \
|
|
|
1 |
from ubuntu
|
2 |
+
FROM python:3.10 as base
|
|
|
3 |
# Chrome dependency Instalation
|
4 |
RUN apt-get update && apt-get install -y \
|
5 |
fonts-liberation \
|