Skip to content

Commit 01ab3f1

Browse files
committed
light
1 parent 389eb4e commit 01ab3f1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ RUN apt-get update && apt-get install -y --no-install-recommends --fix-missing \
77
python3-pip \
88
gcc python3-dev
99

10+
# Clear out the package stuff for lightness.
11+
RUN rm -rf /var/lib/apt/lists/*
12+
1013
# This OS’s latest Python is 3.8.10.
1114
# That python’s latest compatible PyMongo is 4.10.1.
1215
RUN pip3 install mtools[all]

0 commit comments

Comments
 (0)