We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0234c1 commit c9447edCopy full SHA for c9447ed
api/Dockerfile
@@ -47,7 +47,7 @@ RUN apt-get update \
47
# For Security
48
&& apt-get install -y --no-install-recommends zlib1g=1:1.3.dfsg+really1.3.1-1 expat=2.6.2-1 libldap-2.5-0=2.5.18+dfsg-2 perl=5.38.2-5 libsqlite3-0=3.46.0-1 \
49
&& apt-get autoremove -y \
50
- && rm -rf /var/lib/apt/lists/*
+# && rm -rf /var/lib/apt/lists/*
51
52
# Copy Python environment and packages
53
ENV VIRTUAL_ENV=/app/api/.venv
0 commit comments