qgyd2021 commited on
Commit
bff0a3a
·
1 Parent(s): a8f9810
Files changed (1) hide show
  1. Dockerfile +1 -2
Dockerfile CHANGED
@@ -6,8 +6,7 @@ COPY . /code
6
 
7
  RUN apt-get update
8
  RUN apt-get install -y ffmpeg build-essential
9
- #RUN apt-get install -y libnss3 libfontconfig1 libxcb1 libx11-6 libxcomposite1 libxcursor1 libxdamage1 libxext6 libxi6 libxrandr2 libxrender1 libxss1 libxtst6 ca-certificates fonts-liberation libasound2 libatk-bridge2.0-0 libatk1.0-0 libcups2 libdbus-1-3 libgbm1 libglib2.0-0 libnspr4 libnss3 lsb-release xdg-utils wget
10
- RUN apt-get install -y libnss3
11
 
12
  RUN pip install --upgrade pip
13
  RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
 
6
 
7
  RUN apt-get update
8
  RUN apt-get install -y ffmpeg build-essential
9
+ RUN #apt-get install -y libnss3
 
10
 
11
  RUN pip install --upgrade pip
12
  RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt