hyungjoochae commited on
Commit
77bac15
·
verified ·
1 Parent(s): 47335af

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +42 -42
Dockerfile CHANGED
@@ -1,48 +1,48 @@
1
  FROM python:3.11-slim
2
 
3
  # Install system dependencies
4
- RUN apt-get update && apt-get install -y \
5
- wget \
6
- gnupg \
7
- curl \
8
- unzip \
9
- xvfb \
10
- libgconf-2-4 \
11
- libxss1 \
12
- libnss3 \
13
- libnspr4 \
14
- libasound2 \
15
- libatk1.0-0 \
16
- libatk-bridge2.0-0 \
17
- libcups2 \
18
- libdbus-1-3 \
19
- libdrm2 \
20
- libgbm1 \
21
- libgtk-3-0 \
22
- libxcomposite1 \
23
- libxdamage1 \
24
- libxfixes3 \
25
- libxrandr2 \
26
- xdg-utils \
27
- fonts-liberation \
28
- dbus \
29
- xauth \
30
- xvfb \
31
- x11vnc \
32
- tigervnc-tools \
33
- supervisor \
34
- net-tools \
35
- procps \
36
- git \
37
- python3-numpy \
38
- fontconfig \
39
- fonts-dejavu \
40
- fonts-dejavu-core \
41
- fonts-dejavu-extra \
42
- nodejs \
43
- npm \
44
- && apt-get update --fix-missing \
45
- && rm -rf /var/lib/apt/lists/*
46
 
47
  # Install noVNC
48
  # RUN git clone https://github.com/novnc/noVNC.git /opt/novnc \
 
1
  FROM python:3.11-slim
2
 
3
  # Install system dependencies
4
+ # RUN apt-get update && apt-get install -y \
5
+ # wget \
6
+ # gnupg \
7
+ # curl \
8
+ # unzip \
9
+ # xvfb \
10
+ # libgconf-2-4 \
11
+ # libxss1 \
12
+ # libnss3 \
13
+ # libnspr4 \
14
+ # libasound2 \
15
+ # libatk1.0-0 \
16
+ # libatk-bridge2.0-0 \
17
+ # libcups2 \
18
+ # libdbus-1-3 \
19
+ # libdrm2 \
20
+ # libgbm1 \
21
+ # libgtk-3-0 \
22
+ # libxcomposite1 \
23
+ # libxdamage1 \
24
+ # libxfixes3 \
25
+ # libxrandr2 \
26
+ # xdg-utils \
27
+ # fonts-liberation \
28
+ # dbus \
29
+ # xauth \
30
+ # xvfb \
31
+ # x11vnc \
32
+ # tigervnc-tools \
33
+ # supervisor \
34
+ # net-tools \
35
+ # procps \
36
+ # git \
37
+ # python3-numpy \
38
+ # fontconfig \
39
+ # fonts-dejavu \
40
+ # fonts-dejavu-core \
41
+ # fonts-dejavu-extra \
42
+ # nodejs \
43
+ # npm \
44
+ # && apt-get update --fix-missing \
45
+ # && rm -rf /var/lib/apt/lists/*
46
 
47
  # Install noVNC
48
  # RUN git clone https://github.com/novnc/noVNC.git /opt/novnc \