chandan06 commited on
Commit
f11bcc1
1 Parent(s): 4461325

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -3
Dockerfile CHANGED
@@ -8,9 +8,8 @@ RUN apt-get update && apt-get install -y \
8
  git \
9
  python3.10 \
10
  python3-pip \
11
- --no-install-recommends \
12
- && apt-get clean \
13
- && rm -rf /var/lib/apt/lists/*
14
 
15
  RUN apt-get install poppler-utils -y
16
 
 
8
  git \
9
  python3.10 \
10
  python3-pip \
11
+ && apt-get clean
12
+
 
13
 
14
  RUN apt-get install poppler-utils -y
15