Skip to content

Commit 05d2ba0

Browse files
authored
deprecating debug-tookit (#10)
1 parent bd4d5e9 commit 05d2ba0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ RUN python -m venv /app/venv && \
2727
FROM python:3.12-slim
2828

2929
RUN apt-get update \
30-
&& apt-get install -y --no-install-recommends procps gdb \
30+
&& apt-get install -y --no-install-recommends procps \
3131
&& dpkg --add-architecture arm64 \
3232
&& apt-get purge -y --auto-remove \
3333
&& rm -rf /var/lib/apt/lists/*

0 commit comments

Comments
 (0)