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 bd4d5e9 commit 05d2ba0Copy full SHA for 05d2ba0
Dockerfile
@@ -27,7 +27,7 @@ RUN python -m venv /app/venv && \
27
FROM python:3.12-slim
28
29
RUN apt-get update \
30
- && apt-get install -y --no-install-recommends procps gdb \
+ && apt-get install -y --no-install-recommends procps \
31
&& dpkg --add-architecture arm64 \
32
&& apt-get purge -y --auto-remove \
33
&& rm -rf /var/lib/apt/lists/*
0 commit comments