Yous135774 commited on
Commit
2446dfa
·
verified ·
1 Parent(s): 4ca4705

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -2
Dockerfile CHANGED
@@ -1,10 +1,11 @@
1
  FROM python:3.10-slim
2
 
3
- # تنصيب كروم للمتصفح الخفي (Selenium) وبرنامج unrar
4
  RUN apt-get update && apt-get install -y \
5
  wget \
6
  gnupg \
7
- unrar \
 
8
  && wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | apt-key add - \
9
  && sh -c 'echo "deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/sources.list.d/google.list' \
10
  && apt-get update \
 
1
  FROM python:3.10-slim
2
 
3
+ # تنصيب كروم للمتصفح الخفي (Selenium) وبرامج فك الضغط البديلة
4
  RUN apt-get update && apt-get install -y \
5
  wget \
6
  gnupg \
7
+ unar \
8
+ p7zip-full \
9
  && wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | apt-key add - \
10
  && sh -c 'echo "deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/sources.list.d/google.list' \
11
  && apt-get update \