We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 389eb4e commit 01ab3f1Copy full SHA for 01ab3f1
Dockerfile
@@ -7,6 +7,9 @@ RUN apt-get update && apt-get install -y --no-install-recommends --fix-missing \
7
python3-pip \
8
gcc python3-dev
9
10
+# Clear out the package stuff for lightness.
11
+RUN rm -rf /var/lib/apt/lists/*
12
+
13
# This OS’s latest Python is 3.8.10.
14
# That python’s latest compatible PyMongo is 4.10.1.
15
RUN pip3 install mtools[all]
0 commit comments