Uhhy commited on
Commit
707de54
·
verified ·
1 Parent(s): 98d26d7

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -2
Dockerfile CHANGED
@@ -1,6 +1,5 @@
1
  from ubuntu
2
- from python3.10
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 \