Skip to content

Commit c9447ed

Browse files
author
liq
committed
fix: 影响构建的命令
1 parent d0234c1 commit c9447ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ RUN apt-get update \
4747
# For Security
4848
&& 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 \
4949
&& apt-get autoremove -y \
50-
&& rm -rf /var/lib/apt/lists/*
50+
# && rm -rf /var/lib/apt/lists/*
5151

5252
# Copy Python environment and packages
5353
ENV VIRTUAL_ENV=/app/api/.venv

0 commit comments

Comments
 (0)