nothere990 commited on
Commit
f021810
·
1 Parent(s): e3f3a39

update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +15 -10
Dockerfile CHANGED
@@ -1,4 +1,4 @@
1
- FROM python:3.9-slim-buster
2
 
3
  # Install system dependencies as root
4
  RUN apt-get update && apt-get install -y --no-install-recommends \
@@ -6,15 +6,20 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
6
  wget \
7
  curl \
8
  unzip \
9
- libgconf-2-4 \
10
- libnss3 \
11
- libgl1 \
12
- libx11-xcb1 \
13
- libxcb-dri3-0 \
14
- libdrm2 \
15
- libgbm1 \
16
- libasound2 && \
17
- apt-get clean \
 
 
 
 
 
18
  && rm -rf /var/lib/apt/lists/*
19
 
20
  # Install Chrome
 
1
+ FROM python:3.9.5-buster
2
 
3
  # Install system dependencies as root
4
  RUN apt-get update && apt-get install -y --no-install-recommends \
 
6
  wget \
7
  curl \
8
  unzip \
9
+ fonts-liberation \
10
+ libatk-bridge2.0-0 \
11
+ libatk1.0-0 \
12
+ libatspi2.0-0 \
13
+ libcairo2 \
14
+ libcups2 \
15
+ libgtk-3-0 \
16
+ libpango-1.0-0 \
17
+ libvulkan1 \
18
+ libxcomposite1 \
19
+ libxkbcommon0 \
20
+ libxrandr2 \
21
+ xdg-utils \
22
+ ffmpeg \
23
  && rm -rf /var/lib/apt/lists/*
24
 
25
  # Install Chrome