gopallikehack commited on
Commit
7bb3951
·
verified ·
1 Parent(s): 59fea3b

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -1,5 +1,7 @@
1
  FROM python:3.10-slim
2
 
 
 
3
  WORKDIR /app
4
  COPY requirements.txt .
5
  RUN pip install --no-cache-dir -r requirements.txt
 
1
  FROM python:3.10-slim
2
 
3
+ RUN apt-get update && apt-get install -y p7zip-full && rm -rf /var/lib/apt/lists/*
4
+
5
  WORKDIR /app
6
  COPY requirements.txt .
7
  RUN pip install --no-cache-dir -r requirements.txt