Spaces:
Sleeping
Sleeping
github-actions[bot] commited on
Commit ·
9077a1f
1
Parent(s): 5098767
Sync from GitHub main @ 2765a7af729e78f27e19a7aee062c0f877d8605f
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -10,7 +10,7 @@ ENV PYTHONDONTWRITEBYTECODE=1 \
|
|
| 10 |
|
| 11 |
# Install tini (proper init process) + curl (for healthcheck)
|
| 12 |
RUN apt-get update && apt-get install -y --no-install-recommends tini curl \
|
| 13 |
-
&& rm -rf /
|
| 14 |
|
| 15 |
WORKDIR /app
|
| 16 |
|
|
|
|
| 10 |
|
| 11 |
# Install tini (proper init process) + curl (for healthcheck)
|
| 12 |
RUN apt-get update && apt-get install -y --no-install-recommends tini curl \
|
| 13 |
+
&& rm -rf /var/lib/apt/lists/*
|
| 14 |
|
| 15 |
WORKDIR /app
|
| 16 |
|