chandan06 commited on
Commit
78c66fa
·
verified ·
1 Parent(s): a0c7c85

Update Dockerfile

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